Skip to content

Commit

Permalink
Removed partial python3 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nameless committed Oct 5, 2012
1 parent ef45fa5 commit eb6c445
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions levelui.py
@@ -1,10 +1,5 @@
try: from Tkinter import *
from Tkinter import * from Queue import Queue, Empty
from Queue import Queue, Empty
except ImportError:
from tkinter import *
from queue import Queue, Empty

import tkMessageBox import tkMessageBox


import threading import threading
Expand Down

0 comments on commit eb6c445

Please sign in to comment.