diff options
author | jwt <741358192@qq.com> | 2022-10-01 09:48:06 +0800 |
---|---|---|
committer | jwt <741358192@qq.com> | 2022-10-02 09:15:46 +0800 |
commit | 0e7b8cd356dcf63d4db29b36c2c322ca22b1f89a (patch) | |
tree | b21bd8e5724f986d4541d4d65f8b75cc5442850a | |
parent | e69b7083d45c5d8698508cce7086d361c4b1f44c (diff) |
fix methods.py ->NameError: name 'sys' is not defined
Update methods.py
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
-rw-r--r-- | methods.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/methods.py b/methods.py index dadac37cb5..7feffb2848 100644 --- a/methods.py +++ b/methods.py @@ -1,4 +1,5 @@ import os +import sys import re import glob import subprocess |