Merge pull request #98 from jaredhaight/fix-osx-check

change IsOSX to utils.IsOsX. Fixes #89
This commit is contained in:
lgandx 2016-07-30 18:53:02 -03:00 committed by GitHub
commit bb43557993

View file

@ -65,7 +65,7 @@ class Settings:
def populate(self, options):
if options.Interface is None and IsOsX() is False:
if options.Interface is None and utils.IsOsX() is False:
print utils.color("Error: -I <if> mandatory option is missing", 1)
sys.exit(-1)