Add missing import of Python 'sys' module

This commit is contained in:
hirsch 2018-07-04 09:10:20 -04:00
parent 733e1e9a3f
commit 6ce01ffb1b

View file

@ -1,6 +1,7 @@
#!/usr/bin/python
import os
import sys
from os.path import expanduser
from pwd import getpwnam
from grp import getgrnam