##// END OF EJS Templates
remove python2 import statement
Srinivas Reddy Thatiparthy -
Show More
@@ -8,10 +8,8 b' In [5]: %gui tk'
8 In [6]: %run gui-tk.py
8 In [6]: %run gui-tk.py
9 """
9 """
10
10
11 try:
11 from tkinter import *
12 from tkinter import * # Python 3
12
13 except ImportError:
14 from Tkinter import * # Python 2
15
13
16 class MyApp:
14 class MyApp:
17
15
General Comments 0
You need to be logged in to leave comments. Login now