[Collab-qa-commits] r1920 - udd/udd

Andreas Tille tille at alioth.debian.org
Fri Mar 25 12:26:59 UTC 2011


Author: tille
Date: 2011-03-25 12:26:58 +0000 (Fri, 25 Mar 2011)
New Revision: 1920

Modified:
   udd/udd/ddtp_gatherer.py
Log:
use debian instead of debian_bundle


Modified: udd/udd/ddtp_gatherer.py
===================================================================
--- udd/udd/ddtp_gatherer.py	2011-03-11 07:40:03 UTC (rev 1919)
+++ udd/udd/ddtp_gatherer.py	2011-03-25 12:26:58 UTC (rev 1920)
@@ -14,7 +14,10 @@
 from aux import quote
 from gatherer import gatherer
 import re
-from debian_bundle import deb822
+try:
+    from debian import deb822
+except:
+    from debian_bundle import deb822
 from os import listdir, access, F_OK
 from sys import stderr, exit
 from filecmp import cmp




More information about the Collab-qa-commits mailing list