Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #5 from aldanor/patch-1
Browse files Browse the repository at this point in the history
Add tkFileDialog import
  • Loading branch information
psyrendust committed Feb 27, 2014
2 parents abe3a85 + 40f43a2 commit f6aa4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ def gui_main():
import Tkinter
import Tkconstants
import tkMessageBox
import tkFileDialog
import traceback
except:
return cli_main()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2212,6 +2212,7 @@ def gui_main():
import Tkinter
import Tkconstants
import tkMessageBox
import tkFileDialog
import traceback
except:
return cli_main()
Expand Down

0 comments on commit f6aa4b8

Please sign in to comment.