aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2007-03-30 12:50:13 -0700
committerBrian Harring <ferringb@gmail.com>2007-03-30 12:50:13 -0700
commit4125a5213d03ed79c36eb848d4bdf96a9ba5955f (patch)
treefcd80e4efb25ebdd68a9cb6f8daf3ae53d40c3b9 /bin
parent0.2.13 (diff)
downloadpkgcore-4125a5213d03ed79c36eb848d4bdf96a9ba5955f.tar.gz
pkgcore-4125a5213d03ed79c36eb848d4bdf96a9ba5955f.tar.bz2
pkgcore-4125a5213d03ed79c36eb848d4bdf96a9ba5955f.zip
make the jump to .3 basis; charlies formatters work, breaking most of util.* out into snakeoil, etc.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pwrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pwrapper b/bin/pwrapper
index b8a52efcc..ef1fa630b 100755
--- a/bin/pwrapper
+++ b/bin/pwrapper
@@ -12,8 +12,8 @@ import sys
sys.path.insert(0, osp.dirname(osp.dirname(osp.abspath(__file__))))
-from pkgcore.util import modules, commandline
-
+from pkgcore.util import commandline
+from snakeoil import modules
if __name__ == '__main__':
name = osp.basename(sys.argv[0])