diff options
author | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2009-04-27 13:59:12 +0000 |
---|---|---|
committer | astokes <astokes@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2009-04-27 13:59:12 +0000 |
commit | e95c59b81a796386ae4ac5b09352276336dd7f5f (patch) | |
tree | 03ab931420cae48157f789c7bfa600cdd07f47c1 | |
parent | 712d6155de944a41af90ff233a1b3574c0bcc849 (diff) | |
download | sos-e95c59b81a796386ae4ac5b09352276336dd7f5f.tar.gz |
- remove newt includes
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@562 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rwxr-xr-x | src/sosreport | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sosreport b/src/sosreport index a85cb7b6..3a4058d5 100755 --- a/src/sosreport +++ b/src/sosreport @@ -31,7 +31,6 @@ from optparse import OptionParser, Option import ConfigParser import sos.policyredhat from sos.helpers import * -from snack import * from threading import Thread, activeCount import signal from stat import * |