Remove the Tk interfaces

These were a constant source of trouble.  Tkinter likely has multiple
memory leaks that OfflineIMAP was tickling.  I never used these, so poof,
goodbye.
This commit is contained in:
John Goerzen
2007-07-04 17:57:09 +01:00
parent 35e7250187
commit 1e90e0fd78
5 changed files with 10 additions and 619 deletions

View File

@ -23,13 +23,6 @@ try:
except ImportError:
pass
try:
import Tkinter
except ImportError:
pass
else:
import Tk
try:
import curses
except ImportError: