Commit 2fc2930f authored by Jeremy Hylton's avatar Jeremy Hylton

typo

parent 02178b3e
...@@ -272,7 +272,7 @@ class GC(FileStorageFormatter): ...@@ -272,7 +272,7 @@ class GC(FileStorageFormatter):
if err.buf != "": if err.buf != "":
raise raise
if th.status == 'p': if th.status == 'p':
# Delay import to code with circular imports. # Delay import to cope with circular imports.
# XXX put exceptions in a separate module # XXX put exceptions in a separate module
from ZODB.FileStorage.FileStorage import FileStorageError from ZODB.FileStorage.FileStorage import FileStorageError
raise FileStorageError( raise FileStorageError(
......
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