Browse Source

Fix missing `import sys` in `methods.py`

Hugo Locurcio 3 years ago
parent
commit
ea1e4bf9ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      methods.py

+ 1 - 0
methods.py

@@ -1,5 +1,6 @@
 import os
 import os
 import re
 import re
+import sys
 import glob
 import glob
 import subprocess
 import subprocess
 from collections import OrderedDict
 from collections import OrderedDict