[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/classmodule -
__init__.py:1.9
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Apr 2 10:28:35 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/apidoc/classmodule
In directory cvs.zope.org:/tmp/cvs-serv5293/src/zope/app/apidoc/classmodule
Modified Files:
__init__.py
Log Message:
Added Mount.py to the list of modules that should not be looked at.
=== Zope3/src/zope/app/apidoc/classmodule/__init__.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/apidoc/classmodule/__init__.py:1.8 Fri Apr 2 03:21:32 2004
+++ Zope3/src/zope/app/apidoc/classmodule/__init__.py Fri Apr 2 10:28:34 2004
@@ -39,8 +39,10 @@
# Ignore these files, since they are not necessary or cannot be imported
# correctly.
+# XXX: I want to be able to specify paths with wildcards later, so that we do
+# not ignore all files/dirs with a certain name.
IGNORE_FILES = ('tests', 'tests.py', 'ftests', 'ftests.py', 'CVS', 'gadfly',
- 'setup.py', 'introspection.py')
+ 'setup.py', 'introspection.py', 'Mount.py')
class IModuleDocumentation(IReadContainer):
"""Representation of a Python module for documentation.
More information about the Zope3-Checkins
mailing list