diff --git a/TMA.py b/TMA.py index bce612c..934f0cc 100644 --- a/TMA.py +++ b/TMA.py @@ -16,7 +16,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import Tkinter, tkFileDialog, os +import Tkinter +import tkFileDialog +import os root = Tkinter.Tk() root.withdraw()