[Python-checkins] r69054 - sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py

guilherme.polo python-checkins at python.org
Wed Jan 28 17:01:54 CET 2009


Author: guilherme.polo
Date: Wed Jan 28 17:01:54 2009
New Revision: 69054

Log:
Added mapping for the ttk module.


Modified:
   sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py

Modified: sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py	(original)
+++ sandbox/trunk/2to3/lib2to3/fixes/fix_imports.py	Wed Jan 28 17:01:54 2009
@@ -27,6 +27,7 @@
            'ScrolledText': 'tkinter.scrolledtext',
            'Tkconstants': 'tkinter.constants',
            'Tix': 'tkinter.tix',
+           'ttk': 'tkinter.ttk',
            'Tkinter': 'tkinter',
            'markupbase': '_markupbase',
            '_winreg': 'winreg',


More information about the Python-checkins mailing list