summaryrefslogtreecommitdiffstats
path: root/firstaidkit
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-03-01 18:42:45 +0100
committerJoel Andres Granados <jgranado@redhat.com>2008-03-01 18:42:50 +0100
commit205ea8b7d6a7b781a0b1383dcf9b7a19cdc7cf32 (patch)
treee759f5e7235efe860983f7ea8ab53d0d91590437 /firstaidkit
parentf181ae00c3306e94925d6c226cb5a4b47594de77 (diff)
downloadfirstaidkit-205ea8b7d6a7b781a0b1383dcf9b7a19cdc7cf32.tar.gz
firstaidkit-205ea8b7d6a7b781a0b1383dcf9b7a19cdc7cf32.tar.xz
firstaidkit-205ea8b7d6a7b781a0b1383dcf9b7a19cdc7cf32.zip
import os for the isdir call.
Diffstat (limited to 'firstaidkit')
-rwxr-xr-xfirstaidkit2
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit b/firstaidkit
index 32f6d6f..380848c 100755
--- a/firstaidkit
+++ b/firstaidkit
@@ -16,7 +16,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-import sys, getopt
+import sys, getopt, os
from threading import Thread
from pyfirstaidkit import Tasker
from pyfirstaidkit import Config