1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

set compatibility to linux only

This commit is contained in:
Kelly Brazil
2019-11-14 16:44:12 -08:00
parent 3bf8c8c6db
commit 9b73538106

View File

@ -162,7 +162,7 @@ def parse(data, raw=False, quiet=False):
"""
# compatible options: linux, darwin, cygwin, win32, aix, freebsd
compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']
compatible = ['linux']
if not quiet:
jc.utils.compatibility(__name__, compatible)