diff options
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 |