Add missing import of Python 'sys' module
This commit is contained in:
parent
733e1e9a3f
commit
6ce01ffb1b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/python
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
from os.path import expanduser
|
from os.path import expanduser
|
||||||
from pwd import getpwnam
|
from pwd import getpwnam
|
||||||
from grp import getgrnam
|
from grp import getgrnam
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue