Commit 128964b7 authored by 's avatar

- removed disabled Globals import

- updated docs
parent dad2fcf7
...@@ -92,8 +92,6 @@ _exec('import ZODB') ...@@ -92,8 +92,6 @@ _exec('import ZODB')
import ZODB import ZODB
_write('.') _write('.')
#_exec('import Globals')
#import Globals
_exec('import OFS.SimpleItem') _exec('import OFS.SimpleItem')
import OFS.SimpleItem import OFS.SimpleItem
_exec('import OFS.ObjectManager') _exec('import OFS.ObjectManager')
...@@ -242,4 +240,3 @@ def sandbox(base=None): ...@@ -242,4 +240,3 @@ def sandbox(base=None):
return ZODB.DB(storage) return ZODB.DB(storage)
_write(' done (%.3fs)\n' % (time.time() - _start)) _write(' done (%.3fs)\n' % (time.time() - _start))
...@@ -20,14 +20,13 @@ When the skeleton test is run by typing 'python testSkeleton.py', it ...@@ -20,14 +20,13 @@ When the skeleton test is run by typing 'python testSkeleton.py', it
2.1 imports module Testing.ZopeTestCase.ZopeLite 2.1 imports module Testing.ZopeTestCase.ZopeLite
2.1.1 imports module ZODB 2.1.1 imports module Zope2
2.1.2 imports module Globals 2.1.2 imports module ZODB
2.1.3 patches OFS.Application to not auto-install all products 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.4 patches App.ProductContext to not auto-install all help files
2.1.5 imports module Zope 2.1.5 starts Zope
2.1.6 starts Zope 2.1.6 installs product PluginIndexes
2.1.7 installs product PluginIndexes 2.1.7 installs product OFSP
2.1.8 installs product OFSP
2.2 imports module Testing.ZopeTestCase.ZopeTestCase 2.2 imports module Testing.ZopeTestCase.ZopeTestCase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment