Commit 618a6b8d authored by Jim Fulton's avatar Jim Fulton

Added argument defaults to conform to spec for undoLog.

parent 129943e6
......@@ -87,7 +87,7 @@
class UndoLogCompatible:
def undoInfo(self, first, last, specification):
def undoInfo(self, first=0, last=-20, specification=None):
if specification:
def filter(desc, spec=specification.items()):
get=desc.get
......
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