[Reportbug-commits] r638 - in trunk (bin/querybts debian/changelog)
morph-guest at users.alioth.debian.org
morph-guest at users.alioth.debian.org
Sun Aug 31 19:38:34 UTC 2008
Date: Sunday, August 31, 2008 @ 19:38:33
Author: morph-guest
Revision: 638
fix querybts import ui
Modified:
trunk/bin/querybts
trunk/debian/changelog
Modified: trunk/bin/querybts
===================================================================
--- trunk/bin/querybts 2008-08-30 23:50:11 UTC (rev 637)
+++ trunk/bin/querybts 2008-08-31 19:38:33 UTC (rev 638)
@@ -169,9 +169,9 @@
if interface:
global ui, ui_mode
- iface = 'reportbug_ui_%(interface)s' % vars()
+ iface = '%(interface)s' % vars()
try:
- lib_package = __import__('reportbuglib', fromlist=[iface])
+ lib_package = __import__('reportbug.ui', fromlist=[iface])
ui = getattr(lib_package, iface)
ui_mode = interface
except UINotImportable, msg:
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-08-30 23:50:11 UTC (rev 637)
+++ trunk/debian/changelog 2008-08-31 19:38:33 UTC (rev 638)
@@ -12,8 +12,10 @@
some methods only
- setup.py
+ added reportbug.ui to packages to install UI files
+ - bin/querybts
+ + hacked the way to identify working ui ******* NEEDS ADDITIONAL FIX, line 174 ***********
- -- Sandro Tosi <matrixhasu at gmail.com> Sun, 31 Aug 2008 01:39:08 +0200
+ -- Sandro Tosi <matrixhasu at gmail.com> Sun, 31 Aug 2008 21:37:25 +0200
reportbug (3.45) unstable; urgency=low
More information about the Reportbug-commits
mailing list