summaryrefslogtreecommitdiff
path: root/python/walmgr.py
diff options
context:
space:
mode:
authorMarko Kreen2007-09-25 12:45:30 +0000
committerMarko Kreen2007-09-25 12:45:30 +0000
commitd8d8380040480ea9728effd8634c1c357260f4d3 (patch)
treeece5a32ade0a62970030b41f47ee64ffac7e6a9f /python/walmgr.py
parentfe767a78028a7f91795d7804d41a7aa2aef08499 (diff)
remove unused getopt module
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-xpython/walmgr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/walmgr.py b/python/walmgr.py
index 01e06099..d44466ed 100755
--- a/python/walmgr.py
+++ b/python/walmgr.py
@@ -51,7 +51,7 @@ Additional features:
* Always copy the directory on "restore" add a special "--move" option.
"""
-import os, sys, skytools, getopt, re, signal, time, traceback
+import os, sys, skytools, re, signal, time, traceback
import glob, ConfigParser
MASTER = 1