This commit is contained in:
Christoph Gohlke 2013-03-13 18:00:31 -07:00
commit 76545336cb

View File

@ -28,9 +28,7 @@
try: try:
import tkinter import tkinter
except ImportError: except ImportError:
import Tkinter import Tkinter as tkinter
tkinter = Tkinter
del Tkinter
from PIL import Image from PIL import Image