[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/blob.py fixed a typo in an attribute name
Thomas Lotze
tl at gocept.com
Wed Jan 7 06:48:59 EST 2009
Log message for revision 94568:
fixed a typo in an attribute name
Changed:
U ZODB/trunk/src/ZODB/blob.py
-=-
Modified: ZODB/trunk/src/ZODB/blob.py
===================================================================
--- ZODB/trunk/src/ZODB/blob.py 2009-01-07 10:13:35 UTC (rev 94567)
+++ ZODB/trunk/src/ZODB/blob.py 2009-01-07 11:48:59 UTC (rev 94568)
@@ -485,13 +485,14 @@
continue
yield oid, path
+
class NoBlobsFileSystemHelper:
@property
def temp_dir(self):
raise TypeError("Blobs are not supported")
- getPathForOID = getBlobFilenamem = temp_dir
+ getPathForOID = getBlobFilename = temp_dir
class BlobStorageError(Exception):
More information about the Zodb-checkins
mailing list