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

typo

parent 02178b3e
......@@ -272,7 +272,7 @@ class GC(FileStorageFormatter):
if err.buf != "":
raise
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
from ZODB.FileStorage.FileStorage import 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