[Checkins] SVN: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/demo_app.py some cleanup

Andreas Jung andreas at andreas-jung.com
Sun Oct 19 06:11:29 EDT 2008


Log message for revision 92384:
  some cleanup
  

Changed:
  U   zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/demo_app.py

-=-
Modified: zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/demo_app.py
===================================================================
--- zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/demo_app.py	2008-10-19 10:02:03 UTC (rev 92383)
+++ zopyx.smartprintng.core/trunk/zopyx/smartprintng/core/demo2/demo_app.py	2008-10-19 10:11:29 UTC (rev 92384)
@@ -34,13 +34,13 @@
 from zopyx.smartprintng.core import resources
 
 def main():
+
     resources_configuration_file = os.path.join(os.path.dirname(__file__), 'resources', 'resources.ini')
     resources.registerResource(ITestContent, resources_configuration_file)
 
-    from zopyx.convert2.registry import availableConverters
-
     for fullname in ('Andreas Jung', 'Heinz Becker', 'Hilde Becker'):
         for debug in (False, True):
+
             styles= debug and ['business_card.css', 'debug.css'] or ['business_card.css']
             ext = debug and '_debug' or ''
 



More information about the Checkins mailing list