[Zope-Checkins] SVN: Zope/trunk/src/Testing/ZopeTestCase/ - removed disabled Globals import
Yvo Schubbe
y.2011 at wcm-solutions.de
Mon Mar 7 05:12:24 EST 2011
Log message for revision 120773:
- removed disabled Globals import
- updated docs
Changed:
UU Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py
U Zope/trunk/src/Testing/ZopeTestCase/doc/TIMELINES.txt
-=-
Modified: Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py
===================================================================
--- Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py 2011-03-07 10:09:44 UTC (rev 120772)
+++ Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py 2011-03-07 10:12:24 UTC (rev 120773)
@@ -92,8 +92,6 @@
import ZODB
_write('.')
-#_exec('import Globals')
-#import Globals
_exec('import OFS.SimpleItem')
import OFS.SimpleItem
_exec('import OFS.ObjectManager')
@@ -242,4 +240,3 @@
return ZODB.DB(storage)
_write(' done (%.3fs)\n' % (time.time() - _start))
-
Property changes on: Zope/trunk/src/Testing/ZopeTestCase/ZopeLite.py
___________________________________________________________________
Deleted: svn:keywords
- Id
Modified: Zope/trunk/src/Testing/ZopeTestCase/doc/TIMELINES.txt
===================================================================
--- Zope/trunk/src/Testing/ZopeTestCase/doc/TIMELINES.txt 2011-03-07 10:09:44 UTC (rev 120772)
+++ Zope/trunk/src/Testing/ZopeTestCase/doc/TIMELINES.txt 2011-03-07 10:12:24 UTC (rev 120773)
@@ -20,14 +20,13 @@
2.1 imports module Testing.ZopeTestCase.ZopeLite
- 2.1.1 imports module ZODB
- 2.1.2 imports module Globals
+ 2.1.1 imports module Zope2
+ 2.1.2 imports module ZODB
2.1.3 patches OFS.Application to not auto-install all products
2.1.4 patches App.ProductContext to not auto-install all help files
- 2.1.5 imports module Zope
- 2.1.6 starts Zope
- 2.1.7 installs product PluginIndexes
- 2.1.8 installs product OFSP
+ 2.1.5 starts Zope
+ 2.1.6 installs product PluginIndexes
+ 2.1.7 installs product OFSP
2.2 imports module Testing.ZopeTestCase.ZopeTestCase
More information about the Zope-Checkins
mailing list