[Zope3-checkins] SVN: Zope3/branches/jim-adapter/src/zope/app/__init__.py Provide BBB for zope.filerepresentation.

Philipp von Weitershausen philikon at philikon.de
Wed Apr 12 17:15:36 EDT 2006


Log message for revision 66914:
  Provide BBB for zope.filerepresentation.
  

Changed:
  U   Zope3/branches/jim-adapter/src/zope/app/__init__.py

-=-
Modified: Zope3/branches/jim-adapter/src/zope/app/__init__.py
===================================================================
--- Zope3/branches/jim-adapter/src/zope/app/__init__.py	2006-04-12 21:05:04 UTC (rev 66913)
+++ Zope3/branches/jim-adapter/src/zope/app/__init__.py	2006-04-12 21:15:35 UTC (rev 66914)
@@ -58,6 +58,10 @@
     'zope.app.event.dispatch': 'zope.component.event',
     'zope.app.event.tests.placelesssetup': 'zope.component.testing',
 
+    'zope.app.filerepresentation': 'zope.filerepresentation',
+    'zope.app.filerepresentation.interfaces':
+        'zope.filerepresentation.interfaces',
+
     'zope.app.security.adapter': 'zope.security.adapter',
     'zope.app.component.interface': 'zope.component.interface',
     'zope.app.content_types': 'zope.contenttype',



More information about the Zope3-Checkins mailing list