]> git.decadent.org.uk Git - dak.git/commitdiff
Using the real name of the stuff to import might help
authorJoerg Jaspert <joerg@debian.org>
Mon, 5 May 2008 12:47:34 +0000 (14:47 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 5 May 2008 12:47:34 +0000 (14:47 +0200)
dak/generate_releases.py
dak/import_archive.py
dak/rm.py

index fbe948e204c2fdecb7b3a13ed99106f72deda342..afd4a02bdf4bcbecf282efe1a234573c4f0361a8 100755 (executable)
@@ -25,7 +25,7 @@
 import sys, os, popen2, tempfile, stat, time, pg
 import apt_pkg
 import daklib.utils as utils
-from daklib.exceptions import *
+from daklib.dak_exceptions import *
 
 ################################################################################
 
index ba6b0c3feaccd0a565b43fa61e4124f2b98b6fdd..b1e11fceea9b16728afa934e468f16631ec1fd03 100755 (executable)
@@ -40,7 +40,7 @@ import commands, os, pg, re, sys, time
 import apt_pkg
 import daklib.database as database
 import daklib.utils as utils
-from daklib.exceptions import *
+from daklib.dak_exceptions import *
 
 ###############################################################################
 
index 1aa017d09de725e6463951491a7dc69660019ed8..df11a53b83340186873326b7aefb3d35e47d485f 100755 (executable)
--- a/dak/rm.py
+++ b/dak/rm.py
@@ -43,7 +43,7 @@ import commands, os, pg, re, sys
 import apt_pkg, apt_inst
 import daklib.database as database
 import daklib.utils as utils
-from daklib.exceptions import *
+from daklib.dak_exceptions import *
 
 ################################################################################