Patch #515598: removed unused import of os.

This commit is contained in:
Martin v. Löwis 2002-02-16 23:16:53 +00:00
parent e6cc5b68bf
commit b4779c3496

View file

@ -13,7 +13,6 @@
#
from Tkinter import *
import os
class Dialog: