]> git.decadent.org.uk Git - dak.git/commitdiff
we do need commands
authorJames Troup <james@nocrew.org>
Sun, 19 May 2002 00:47:27 +0000 (00:47 +0000)
committerJames Troup <james@nocrew.org>
Sun, 19 May 2002 00:47:27 +0000 (00:47 +0000)
utils.py

index 59beb2af6df05421eb6b7bb8581685c9d3282417..b2adbaa64ca5d72c659f6c5b4802510f0068a884 100644 (file)
--- a/utils.py
+++ b/utils.py
@@ -1,6 +1,6 @@
 # Utility functions
 # Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
-# $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"\#.*")