Skip to content

Commit 009000b

Browse files
committed
Change default GUI library to Tk to avoid extra dependencies.
1 parent 90ecf27 commit 009000b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/HelloAppStore.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import hello_pyobjc
1+
import hello_tk
22
import sys
33

44
# Display a simple dialog
5-
hello_pyobjc.main()
6-
#hello_tk.main()
5+
hello_tk.main()
6+
#hello_pyobjc.main()
77
#hello_wx.main()
88
#hello_qt.main()
99

0 commit comments

Comments
 (0)