Skip to content

Commit

Permalink
rename to ZODB
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Oct 14, 2012
1 parent f1bbad6 commit e680567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildout.cfg
Expand Up @@ -12,7 +12,7 @@ zc.recipe.testrunner = 1.3.0
recipe = zc.recipe.testrunner
eggs =
persistent
ZODB3 [test]
ZODB [test]
initialization =
import os, tempfile
try: os.mkdir('tmp')
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -142,7 +142,7 @@ def emit(self, record):

suite = unittest.TestSuite()
base = pkg_resources.working_set.find(
pkg_resources.Requirement.parse('ZODB3')).location
pkg_resources.Requirement.parse('ZODB')).location
for dirpath, dirnames, filenames in os.walk(base):
if os.path.basename(dirpath) == 'tests':
for filename in filenames:
Expand Down Expand Up @@ -173,7 +173,7 @@ def read_file(*path):
).decode('latin-1').replace(u'L\xf6wis', '|Lowis|')
)+ '''\n\n.. |Lowis| unicode:: L \\xf6 wis\n'''

setup(name="ZODB3",
setup(name="ZODB",
version=VERSION,
setup_requires=['persistent'],
maintainer="Zope Foundation and Contributors",
Expand Down

0 comments on commit e680567

Please sign in to comment.