summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/tkinter')
-rwxr-xr-xLib/tkinter/Canvas.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/tkinter/Canvas.py b/Lib/tkinter/Canvas.py
index cba22d1..65f87f6 100755
--- a/Lib/tkinter/Canvas.py
+++ b/Lib/tkinter/Canvas.py
@@ -2,8 +2,7 @@
from Tkinter import Canvas
-StringType = type('')
-DictionaryType = type({})
+from types import *
def _flatten(tuple):
res = ()