[Blends-commit] r2600 - in /blends/trunk/webtools: blendsunicodeold.py bugs.py

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon Jan 17 20:32:14 UTC 2011


Author: tille
Date: Mon Jan 17 20:32:14 2011
New Revision: 2600

URL: http://svn.debian.org/wsvn/blends/?sc=1&rev=2600
Log:
Keep the original bugs rendering code functional while we start developing new code

Added:
    blends/trunk/webtools/blendsunicodeold.py
      - copied unchanged from r2553, blends/trunk/webtools/blendsunicode.py
Modified:
    blends/trunk/webtools/bugs.py

Modified: blends/trunk/webtools/bugs.py
URL: http://svn.debian.org/wsvn/blends/blends/trunk/webtools/bugs.py?rev=2600&op=diff
==============================================================================
--- blends/trunk/webtools/bugs.py (original)
+++ blends/trunk/webtools/bugs.py Mon Jan 17 20:32:14 2011
@@ -11,7 +11,7 @@
 from genshi.template import TemplateLoader
 from genshi import Markup
 
-from blendstasktools import Tasks, ReadConfig, PackageBugsOpenAndDone, \
+from blendstasktoolsold import Tasks, ReadConfig, PackageBugsOpenAndDone, \
                             DEPENDENT, SUGGESTED, DONE, BUGLISTCAT, SEVERITIES, HOMEPAGENONE
 
 if len(argv) <= 1:




More information about the Blends-commit mailing list