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 ac7f6011..6119858f 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -37,7 +37,7 @@ Switches: -n no action, just print commands """ -import os, sys, skytools, re, signal, time, traceback +import os, sys, re, signal, time, traceback import errno, glob, ConfigParser, shutil import pkgloader |