change IsOSX to utils.IsOsX. Fixes #89

This commit is contained in:
Jared Haight 2016-07-25 15:38:23 -04:00
parent 59337ab87d
commit 08c3a90b40

View file

@ -65,7 +65,7 @@ class Settings:
def populate(self, options): 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) print utils.color("Error: -I <if> mandatory option is missing", 1)
sys.exit(-1) sys.exit(-1)