From: Martin v. Löwis Date: Sat, 16 Feb 2002 23:16:53 +0000 (+0000) Subject: Patch #515598: removed unused import of os. X-Git-Tag: v2.3c1~6659 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4779c3496b9aea6fca7717015985e72e9127a2e;p=thirdparty%2FPython%2Fcpython.git Patch #515598: removed unused import of os. --- diff --git a/Lib/lib-tk/tkCommonDialog.py b/Lib/lib-tk/tkCommonDialog.py index 32b8a8bf3086..5d460ce5cfc2 100644 --- a/Lib/lib-tk/tkCommonDialog.py +++ b/Lib/lib-tk/tkCommonDialog.py @@ -13,7 +13,6 @@ # from Tkinter import * -import os class Dialog: