Skip to content

Commit

Permalink
Fix 2.7 imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky64 committed Mar 22, 2015
1 parent 274f48e commit 27ed2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-py/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

if sys.version_info.major < 3:
from Tkinter import *
import SimpleDialog as simpledialog
import tkSimpleDialog as simpledialog
else:
from tkinter import *
import tkinter.simpledialog as simpledialog
Expand Down

0 comments on commit 27ed2fc

Please sign in to comment.