diff options
Diffstat (limited to 'Demo/tkinter/guido/ss1.py')
-rw-r--r-- | Demo/tkinter/guido/ss1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/tkinter/guido/ss1.py b/Demo/tkinter/guido/ss1.py index d957907..6a7aefc 100644 --- a/Demo/tkinter/guido/ss1.py +++ b/Demo/tkinter/guido/ss1.py @@ -485,7 +485,7 @@ def colnum2name(n): s = chr(m+ord('A')) + s return s -import Tkinter as Tk +import tkinter as Tk class SheetGUI: |