[Zope-CVS] CVS: Products/AdaptableStorage - Zope2Mapper.py:1.7

Shane Hathaway shane@zope.com
Wed, 5 Feb 2003 11:55:52 -0500


Update of /cvs-repository/Products/AdaptableStorage
In directory cvs.zope.org:/tmp/cvs-serv28764

Modified Files:
	Zope2Mapper.py 
Log Message:
Workaround: Store the Control_Panel as an opaque file.  This gets us closer to using AdaptableStorage for the entire database.

=== Products/AdaptableStorage/Zope2Mapper.py 1.6 => 1.7 ===
--- Products/AdaptableStorage/Zope2Mapper.py:1.6	Mon Feb  3 13:26:47 2003
+++ Products/AdaptableStorage/Zope2Mapper.py	Wed Feb  5 11:55:50 2003
@@ -176,6 +176,7 @@
 
     # Other stuff
     classifier.register('CMF Skins Tool', 'anyfile')  # XXX workaround
+    classifier.register('Control Panel', 'anyfile')   # XXX workaround
 
     return root_mapper