[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt
another windows fix
Dominik Huber
dominik.huber at projekt01.ch
Tue Mar 1 04:46:06 EST 2005
Log message for revision 29357:
another windows fix
Changed:
U Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt 2005-03-01 04:28:24 UTC (rev 29356)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/README.txt 2005-03-01 09:46:06 UTC (rev 29357)
@@ -307,9 +307,9 @@
# Windows fix
>>> info = info.replace('\\', '/')
- >>> print info
+ >>> print info #doctest:+ELLIPSIS
File
- "/opt/zope/Zope3/Zope3-Fresh/src/zope/app/apidoc/codemodule/configure.zcml",
+ ".../src/zope/app/apidoc/codemodule/configure.zcml",
line 1.0-53.0
the sub-directives,
More information about the Zope3-Checkins
mailing list