indent fix

This commit is contained in:
Marcos Pinto 2008-05-19 16:05:10 +00:00
parent c7310de524
commit 66212563e7
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ class Preferences:
if key not in self.mapping or self.mapping[key]!=value:
self.mapping[key] = value
for hook in self.change_hooks:
if (hook[0]==key): hook[1]()
if (hook[0]==key): hook[1]()
def __delitem__(self, key):
del self.mapping[key]