]> git.decadent.org.uk Git - dak.git/commitdiff
Importing traceback helps.
authorJames Troup <james@nocrew.org>
Thu, 14 Jun 2001 17:19:01 +0000 (17:19 +0000)
committerJames Troup <james@nocrew.org>
Thu, 14 Jun 2001 17:19:01 +0000 (17:19 +0000)
katie

diff --git a/katie b/katie
index 4b70c12114af1bb475cd7196714faa07c5a9eb7c..0ee4df26dcfe1ea05cffc0c2a3a321138c776748 100755 (executable)
--- a/katie
+++ b/katie
@@ -2,7 +2,7 @@
 
 # Installs Debian packaes
 # Copyright (C) 2000, 2001  James Troup <james@nocrew.org>
-# $Id: katie,v 1.43 2001-05-31 23:20:36 troup Exp $
+# $Id: katie,v 1.44 2001-06-14 17:19:01 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
@@ -32,7 +32,7 @@
 
 #########################################################################################
 
-import FCNTL, commands, fcntl, getopt, gzip, os, pg, pwd, re, shutil, stat, string, sys, tempfile, time
+import FCNTL, commands, fcntl, getopt, gzip, os, pg, pwd, re, shutil, stat, string, sys, tempfile, time, traceback
 import apt_inst, apt_pkg
 import utils, db_access
 
@@ -1273,7 +1273,7 @@ def main():
     Subst = {}
     Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"];
     Subst["__BUG_SERVER__"] = Cnf["Dinstall::BugServer"];
-    bcc = "X-Katie: $Revision: 1.43 $"
+    bcc = "X-Katie: $Revision: 1.44 $"
     if Cnf.has_key("Dinstall::Bcc"):
         Subst["__BCC__"] = bcc + "\nBcc: %s" % (Cnf["Dinstall::Bcc"]);
     else: