[Checkins] SVN: Zope/trunk/src/OFS/metaconfigure.py Empty _registered_packages in a test cleanup hook

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 27 09:19:55 EDT 2010


Log message for revision 113931:
  Empty _registered_packages in a test cleanup hook
  

Changed:
  U   Zope/trunk/src/OFS/metaconfigure.py

-=-
Modified: Zope/trunk/src/OFS/metaconfigure.py
===================================================================
--- Zope/trunk/src/OFS/metaconfigure.py	2010-06-27 13:17:07 UTC (rev 113930)
+++ Zope/trunk/src/OFS/metaconfigure.py	2010-06-27 13:19:55 UTC (rev 113931)
@@ -181,6 +181,9 @@
         unregisterClass(class_)
     _register_monkies = []
 
+    global _registered_packages
+    _registered_packages = []
+
     global _meta_type_regs
     Products.meta_types = tuple([ info for info in Products.meta_types
                                   if info['name'] not in _meta_type_regs ])



More information about the checkins mailing list