diff options
author | Adam Stokes <battlemidget@users.noreply.github.com> | 2013-09-04 06:57:19 -0700 |
---|---|---|
committer | Adam Stokes <battlemidget@users.noreply.github.com> | 2013-09-04 06:57:19 -0700 |
commit | cd2dce0e9a11b8d0582e09327ff72c28651b16ef (patch) | |
tree | 15e3d6e7ba5efd8c481e4da10f25a2f74f8af10d | |
parent | 3fb5bd23d0e22dcf3223238f528a40b21f42ec66 (diff) | |
parent | d074c568bb9a804729ee8705ddda73d144868d27 (diff) | |
download | sos-cd2dce0e9a11b8d0582e09327ff72c28651b16ef.tar.gz |
Merge pull request #194 from wenjianhn/import-sys
import sys - Module sys is used but it is not imported.
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ from distutils.log import warn, info, error import glob import os import subprocess +import sys from sos import __version__ as VERSION |