From 4125a5213d03ed79c36eb848d4bdf96a9ba5955f Mon Sep 17 00:00:00 2001 From: Brian Harring Date: Fri, 30 Mar 2007 12:50:13 -0700 Subject: make the jump to .3 basis; charlies formatters work, breaking most of util.* out into snakeoil, etc. --- bin/pwrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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]) -- cgit v1.2.3-65-gdbad