[Reportbug-commits] r640 - in trunk (3 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sun Aug 31 20:45:19 UTC 2008


    Date: Sunday, August 31, 2008 @ 20:45:18
  Author: morph-guest
Revision: 640

removed reportbug.utils import to avoid circular import

Modified:
  trunk/debian/changelog
  trunk/reportbug/ui/text.py
  trunk/reportbug/ui/urwid.py

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-08-31 19:46:01 UTC (rev 639)
+++ trunk/debian/changelog	2008-08-31 20:45:18 UTC (rev 640)
@@ -16,8 +16,10 @@
       + hacked the way to identify working ui ******* NEEDS ADDITIONAL FIX, line 174 ***********
     - reportbug/ui/{text.py,urwid.py}
       + replaced relative imports with absolute ones
+      + removed reportbug.utils import to avoid circular import (and because
+        it's not needed)
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 31 Aug 2008 21:41:46 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sun, 31 Aug 2008 22:38:39 +0200
 
 reportbug (3.45) unstable; urgency=low
 

Modified: trunk/reportbug/ui/text.py
===================================================================
--- trunk/reportbug/ui/text.py	2008-08-31 19:46:01 UTC (rev 639)
+++ trunk/reportbug/ui/text.py	2008-08-31 20:45:18 UTC (rev 640)
@@ -35,7 +35,7 @@
 except ImportError:
     readline = None
 
-from reportbug import debianbts, utils, hiermatch
+from reportbug import debianbts, hiermatch
 from reportbug.exceptions import (
     NoReport, NoPackage, NoBugs, NoNetwork,
     InvalidRegex,

Modified: trunk/reportbug/ui/urwid.py
===================================================================
--- trunk/reportbug/ui/urwid.py	2008-08-31 19:46:01 UTC (rev 639)
+++ trunk/reportbug/ui/urwid.py	2008-08-31 20:45:18 UTC (rev 640)
@@ -27,7 +27,6 @@
 import sys
 import re
 import getpass
-from reportbug import utils
 from reportbug.exceptions import (
     UINotImportable,
     NoPackage, NoBugs, NoNetwork, NoReport,




More information about the Reportbug-commits mailing list