mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
* 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:
parent
220a9fbde4
commit
afbca49cbe
3 changed files with 7 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue