[Zope3-checkins] CVS: Zope3/lib/python/Zope/ContextWrapper - setup.py:1.3 proxy.c:NONE
Fred L. Drake, Jr.
fdrake@acm.org
Tue, 13 Aug 2002 13:21:31 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/ContextWrapper
In directory cvs.zope.org:/tmp/cvs-serv15998/lib/python/Zope/ContextWrapper
Modified Files:
setup.py
Removed Files:
proxy.c
Log Message:
Move the proxy base class implementation from Zope.ContextWrapper to
Zope.Proxy.
=== Zope3/lib/python/Zope/ContextWrapper/setup.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/ContextWrapper/setup.py:1.2 Mon Jun 10 19:29:25 2002
+++ Zope3/lib/python/Zope/ContextWrapper/setup.py Tue Aug 13 13:21:30 2002
@@ -15,6 +15,5 @@
from distutils.core import setup, Extension
-setup(name="wrapper", version = "0.2",
- ext_modules=[Extension("wrapper", ["wrapper.c"]),
- Extension("proxy", ["proxy.c"])])
+setup(name="Zope.ContextWrapper", version = "0.2",
+ ext_modules=[Extension("wrapper", ["wrapper.c"])])
=== Removed File Zope3/lib/python/Zope/ContextWrapper/proxy.c ===