From c98f77ac468516f842df236935364d15d1eecc1b Mon Sep 17 00:00:00 2001 From: helmutm Date: Sun, 11 May 2008 20:50:19 +0000 Subject: [PATCH] rearrange testing code git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2595 fd906abe-77d9-0310-91a1-e0d9ade77398 --- integrator/content/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrator/content/README.txt b/integrator/content/README.txt index cf9e76d..f874988 100644 --- a/integrator/content/README.txt +++ b/integrator/content/README.txt @@ -35,7 +35,7 @@ Accessing a Directory in the Filesystem Let's just reuse the settings of cybertools.integrator. - >>> from cybertools.integrator.tests import testDir + >>> from cybertools.integrator.tests.test_filesystem import testDir >>> from cybertools.integrator.filesystem import ContainerFactory, FileFactory >>> component.provideUtility(ContainerFactory(), name='filesystem') >>> component.provideUtility(FileFactory(), name='filesystem')