diff options
author | Marko Kreen | 2007-09-25 12:45:30 +0000 |
---|---|---|
committer | Marko Kreen | 2007-09-25 12:45:30 +0000 |
commit | d8d8380040480ea9728effd8634c1c357260f4d3 (patch) | |
tree | ece5a32ade0a62970030b41f47ee64ffac7e6a9f /python/walmgr.py | |
parent | fe767a78028a7f91795d7804d41a7aa2aef08499 (diff) |
remove unused getopt module
Diffstat (limited to 'python/walmgr.py')
-rwxr-xr-x | python/walmgr.py | 2 |
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 |