From 06a91375178e6c54ed5f63137c936656d045c291 Mon Sep 17 00:00:00 2001 From: helmutm Date: Sat, 13 Aug 2005 17:12:36 +0000 Subject: [PATCH] basic setup for menu.py and unit testing git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@542 fd906abe-77d9-0310-91a1-e0d9ade77398 --- doc/menu.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/menu.txt b/doc/menu.txt index 04c9548..662acb5 100644 --- a/doc/menu.txt +++ b/doc/menu.txt @@ -5,3 +5,7 @@ We first set up a test environment: >>> from zope.app.testing import ztapi +Create a menu: + + >>> m1 = Menu() + \ No newline at end of file