Commit e7f02120 authored by Guido van Rossum's avatar Guido van Rossum

Fix broken indent.

parent 51ebc569
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
""" """
# Do this portably in the face of checking out with -kv # Do this portably in the face of checking out with -kv
import string import string
__version__ = string.split('$Revision: 1.26 $')[-2:][0] __version__ = string.split('$Revision: 1.27 $')[-2:][0]
import cPickle import cPickle
import ThreadLock, bpthread import ThreadLock, bpthread
...@@ -232,7 +232,7 @@ class BaseStorage(UndoLogCompatible.UndoLogCompatible): ...@@ -232,7 +232,7 @@ class BaseStorage(UndoLogCompatible.UndoLogCompatible):
"Retrieval of historical revisions is not supported") "Retrieval of historical revisions is not supported")
def getExtensionMethods(self): def getExtensionMethods(self):
"""getExtensionMethods """getExtensionMethods
This returns a dictionary whose keys are names of extra methods This returns a dictionary whose keys are names of extra methods
provided by this storage. Storage proxies (such as ZEO) should provided by this storage. Storage proxies (such as ZEO) should
......
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