summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lotze <tl@gocept.com>2010-09-19 08:12:12 +0000
committerThomas Lotze <tl@gocept.com>2010-09-19 08:12:12 +0000
commitef22a4cbb53942c3af374cd5eb86c059b7fa4f6a (patch)
tree6782ef3efc8d9a2dee93054016ecd140f2c1b736
parent37b8b5da663e54fe4b692bf8106673623d85014e (diff)
downloadzope-component-ef22a4cbb53942c3af374cd5eb86c059b7fa4f6a.tar.gz
no need to clearZCML() in the configure test
-rw-r--r--src/zope/component/configure.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zope/component/configure.txt b/src/zope/component/configure.txt
index 85d4de5..3088ab8 100644
--- a/src/zope/component/configure.txt
+++ b/src/zope/component/configure.txt
@@ -4,11 +4,9 @@ Package configuration
The ``zope.component`` package provides a ZCML file that configures some basic
components:
- >>> from zope.component.tests import clearZCML
>>> from zope.configuration.xmlconfig import XMLConfig
>>> import zope.component
- >>> clearZCML()
>>> XMLConfig('configure.zcml', zope.component)()
>>> len(list(zope.component.getGlobalSiteManager().registeredHandlers()))