Skip to content

Commit

Permalink
This time for sure, Rocky.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 16, 2013
1 parent edeecf1 commit 68a341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/tests/testZODB.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ZODBTests(utilTestCase):

def setUp(self):
from ZODB.DB import DB
from ZODB.FileStorage import FileStorage
from ZODB.FileStorage.FileStorage import FileStorage
utilTestCase.setUp(self)
self._storage = FileStorage('ZODBTests.fs', create=1)
self._db = DB(self._storage)
Expand Down

0 comments on commit 68a341b

Please sign in to comment.