Imported os to fix ImportError

This commit is contained in:
Alexander Taylor 2017-12-04 00:22:36 +00:00
parent 3a93783aa8
commit b79fdb1a88

View file

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