Skip to content

Commit

Permalink
Accomodate rename of ZODB.FileStorage -> ZODB.filestorage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 22, 2013
1 parent 928d777 commit 382c48e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def alltests():
import unittest

# Something wacked in setting recursion limit when running setup test
import ZODB.FileStorage.tests
del ZODB.FileStorage.tests._save_index
import ZODB.filestorage.tests
del ZODB.filestorage.tests._save_index

class NullHandler(logging.Handler):
level = 50
Expand Down Expand Up @@ -143,7 +143,7 @@ def read_file(*path):
zip_safe = False,
entry_points = """
[console_scripts]
fsdump = ZODB.FileStorage.fsdump:main
fsdump = ZODB.filestorage.fsdump:main
fsoids = ZODB.scripts.fsoids:main
fsrefs = ZODB.scripts.fsrefs:main
fstail = ZODB.scripts.fstail:Main
Expand Down

0 comments on commit 382c48e

Please sign in to comment.