diff options
author | Martin Pihlak | 2009-11-06 08:57:06 +0000 |
---|---|---|
committer | Martin Pihlak | 2009-11-06 08:57:06 +0000 |
commit | d7db381ed4365848e7fefdfbee2ffa7f99da4903 (patch) | |
tree | 4d3c09ef2029cbd92c86eee45eab55dc291b604e /python/walmgr.py | |
parent | 0f31618dc5b868123f278efb37ce1064ef4675b2 (diff) | |
parent | 661a2e367246d3915c387679c13f6e56aade9c82 (diff) |
Merge branch 'master' of git://github.com/markokr/skytools-dev
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 |