moved cybertools.util.namespace to the meta package
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2515 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
44162de76c
commit
97af36aea8
4 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ Python Execution in Special Dynamic Namespaces
|
|||
|
||||
$Id$
|
||||
|
||||
>>> from cybertools.util import namespace
|
||||
>>> from cybertools.meta import namespace
|
||||
|
||||
|
||||
A Very Restricted Basic Namespace
|
|
@ -22,6 +22,7 @@ def test_suite():
|
|||
return unittest.TestSuite((
|
||||
unittest.makeSuite(Test),
|
||||
DocFileSuite('README.txt', optionflags=flags),
|
||||
DocFileSuite('namespace.txt', optionflags=flags),
|
||||
))
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
|
@ -24,7 +24,6 @@ def test_suite():
|
|||
doctest.DocFileSuite('defer.txt', optionflags=flags),
|
||||
doctest.DocFileSuite('format.txt', optionflags=flags),
|
||||
doctest.DocFileSuite('multikey.txt', optionflags=flags),
|
||||
doctest.DocFileSuite('namespace.txt', optionflags=flags),
|
||||
doctest.DocFileSuite('property.txt', optionflags=flags),
|
||||
doctest.DocFileSuite('jeep.txt', optionflags=flags),
|
||||
doctest.DocFileSuite('randomname.txt', optionflags=flags),
|
||||
|
|
Loading…
Add table
Reference in a new issue