Merge pull request #594 from inclement/fix_import_error
Imported os to fix ImportError
This commit is contained in:
commit
103cd11478
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
from sys import exit
|
||||
import os
|
||||
|
||||
|
||||
def no_config(f):
|
||||
|
|
Loading…
Reference in a new issue