From: James Troup Date: Sun, 19 May 2002 00:47:27 +0000 (+0000) Subject: we do need commands X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6f79e4b85c95f108c37c3d79f90a93e3ab956e;p=dak we do need commands --- 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"\#.*")