Commit 6a0f58d9 authored by Brian Lloyd's avatar Brian Lloyd

fixed old digicool references

parent 48276873
...@@ -13,4 +13,4 @@ The build directory is created setup.py during the build. The exact ...@@ -13,4 +13,4 @@ The build directory is created setup.py during the build. The exact
name of the build subdirectory depends on the platform you are using name of the build subdirectory depends on the platform you are using
and the version of Python. and the version of Python.
For more information, contact info@digicool.com For more information, contact info@zope.com
...@@ -82,9 +82,9 @@ ThreadLock = Extension(name = 'ThreadLock', ...@@ -82,9 +82,9 @@ ThreadLock = Extension(name = 'ThreadLock',
setup(name = "ExtensionClass", setup(name = "ExtensionClass",
version = "1.3", version = "1.3",
description = "Support for Python classes implemented in C", description = "Support for Python classes implemented in C",
maintainer = "Digital Creations", maintainer = "Zope Corporation",
maintainer_email = "zodb-dev@zope.org", maintainer_email = "zodb-dev@zope.org",
url = "http://www.digicool.com/releases/ExtensionClass/", url = "http://www.zope.com",
ext_modules = [ExtensionClass, Acquisition, ComputedAttribute, ext_modules = [ExtensionClass, Acquisition, ComputedAttribute,
MethodObject, Missing, MultiMapping, Sync, MethodObject, Missing, MultiMapping, Sync,
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
/* /*
$Id: ExtensionClass.h,v 1.17 2002/06/10 22:48:46 jeremy Exp $ $Id: ExtensionClass.h,v 1.18 2002/08/26 13:33:01 Brian Exp $
Extension Class Definitions Extension Class Definitions
...@@ -81,9 +81,8 @@ ...@@ -81,9 +81,8 @@
If you have questions regarding this software, If you have questions regarding this software,
contact: contact:
Zope Corporation
Digital Creations L.C. info@zope.com
info@digicool.com
(540) 371-6909 (540) 371-6909
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment