X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils.py;h=b2adbaa64ca5d72c659f6c5b4802510f0068a884;hb=2bed9bb874f5258e91ffe9c54241141daba0ee77;hp=59beb2af6df05421eb6b7bb8581685c9d3282417;hpb=4edf024f09a7e8d813804dbba797efb95c3abfe6;p=dak.git diff --git a/utils.py b/utils.py index 59beb2af..b2adbaa6 100644 --- a/utils.py +++ b/utils.py @@ -1,6 +1,6 @@ # Utility functions # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: utils.py,v 1.44 2002-05-18 23:54:51 troup Exp $ +# $Id: utils.py,v 1.45 2002-05-19 00:47:27 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -import os, pwd, re, socket, shutil, string, sys, tempfile +import commands, os, pwd, re, socket, shutil, string, sys, tempfile import apt_pkg re_comments = re.compile(r"\#.*")