We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75378e commit a6ed514Copy full SHA for a6ed514
src/future/moves/tkinter/__init__.py
@@ -4,5 +4,6 @@
4
5
if not PY3:
6
from Tkinter import *
7
+ from Tkinter import _flatten, _cnfmerge
8
else:
9
from tkinter import *
src/tkinter/__init__.py
@@ -3,6 +3,7 @@
3
if sys.version_info[0] < 3:
raise ImportError('This package should not be accessible on Python 3. '
'Either you are trying to run from the python-future src folder '
0 commit comments