Merge pull request #594 from inclement/fix_import_error

Imported os to fix ImportError
This commit is contained in:
Alexander Taylor 2017-12-04 00:54:19 +00:00 committed by GitHub
commit 103cd11478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
from sys import exit
import os
def no_config(f):