Commit 817a76cf authored by Steven M. Gava's avatar Steven M. Gava

py-cvs merge, correct indentation

parent fc0386cc
...@@ -39,7 +39,7 @@ class WindowList: ...@@ -39,7 +39,7 @@ class WindowList:
def unregister_callback(self, callback): def unregister_callback(self, callback):
try: try:
self.callbacks.remove(callback) self.callbacks.remove(callback)
except ValueError: except ValueError:
pass pass
......
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