py-cvs merge, correct indentation

This commit is contained in:
Steven M. Gava 2001-07-12 05:35:17 +00:00
parent fc0386cc5a
commit 817a76cfbb
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class WindowList:
def unregister_callback(self, callback):
try:
self.callbacks.remove(callback)
self.callbacks.remove(callback)
except ValueError:
pass