diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2014-08-08 17:53:55 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2014-08-08 17:53:55 +0100 |
commit | 9651ddfc3bfb910984f36d1651080652a3a892ee (patch) | |
tree | f0b96cd784b6cd42cfb62311e9ddb19ec469ba6d | |
parent | 28c61b7ca13119c5fe324739f9a6bfe3a35dcce4 (diff) | |
download | sos-9651ddfc3bfb910984f36d1651080652a3a892ee.tar.gz |
[utilities] remove unused imports
Fixes #358.
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/utilities.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sos/utilities.py b/sos/utilities.py index 57b59f8f..333d7d0c 100644 --- a/sos/utilities.py +++ b/sos/utilities.py @@ -17,8 +17,6 @@ from __future__ import with_statement import os import re import inspect -from stat import * -# from itertools import * from subprocess import Popen, PIPE, STDOUT import zipfile import hashlib |