[Zope-Checkins] CVS: Zope - setup.py:1.31.2.9
Casey Duncan
cvs-admin at zope.org
Fri Nov 7 18:00:09 EST 2003
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv10885
Modified Files:
Tag: Zope-2_7-branch
setup.py
Log Message:
Remove obsolete reference to RestrictedPython/compiler_2_1 which has been removed. This prevented Zope from building.
=== Zope/setup.py 1.31.2.8 => 1.31.2.9 ===
--- Zope/setup.py:1.31.2.8 Fri Oct 24 17:32:58 2003
+++ Zope/setup.py Fri Nov 7 18:00:08 2003
@@ -414,10 +414,7 @@
name='RestrictedPython',
author=AUTHOR,
- packages=['RestrictedPython', 'RestrictedPython.compiler_2_1',
- 'RestrictedPython.tests'],
- data_files=[['RestrictedPython/compiler_2_1',
- ['RestrictedPython/compiler_2_1/ast.txt']]],
+ packages=['RestrictedPython', 'RestrictedPython.tests'],
)
# SearchIndex
More information about the Zope-Checkins
mailing list