diff options
-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 |
index : sos | ||
A unified tool for collecting system logs and other debug information | Matěj Cepl <mcepl@cepl.eu> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | setup.py | 1 |
@@ -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 |