Skip to content

Commit

Permalink
Individual imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avimanyu786 authored Sep 13, 2018
1 parent c9491c0 commit 07e7059
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TMA.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.

import Tkinter, tkFileDialog, os
import Tkinter
import tkFileDialog
import os

root = Tkinter.Tk()
root.withdraw()
Expand Down

0 comments on commit 07e7059

Please sign in to comment.