Merge pull request #66686 from crasy1/fix-methods-sys
fix methods.py ->NameError: name 'sys' is not defined
This commit is contained in:
commit
2fba55e142
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
import re
|
import re
|
||||||
import glob
|
import glob
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
Loading…
Reference in a new issue