* Adapt framework install makefiles to 2to3 tool

* Re-enable installation of files in /usr/local/bin in the OSX installer
  because those files no longer clash with a 2.x install.
This commit is contained in:
Ronald Oussoren 2009-05-26 21:18:59 +00:00
parent 220a9fbde4
commit afbca49cbe
3 changed files with 7 additions and 3 deletions

View file

@ -1104,6 +1104,7 @@ class ConfigDialog(Toplevel):
def DeactivateCurrentConfig(self):
#Before a config is saved, some cleanup of current
#config must be done - remove the previous keybindings
print self.parent, type(self.parent)
winInstances = self.parent.instance_dict.keys()
for instance in winInstances:
instance.RemoveKeybindings()