Helpwin.__init__(): Removed an unused local variable (via import)

reported by PyChecker.
This commit is contained in:
Barry Warsaw 2001-04-18 03:50:07 +00:00
parent cc8a60cdf6
commit 6a5522677a

View file

@ -203,7 +203,7 @@ def deiconify(self):
class Helpwin:
def __init__(self, master, quitfunc):
from Main import __version__, docstring
from Main import docstring
self.__root = root = Toplevel(master, class_='Pynche')
root.protocol('WM_DELETE_WINDOW', self.__withdraw)
root.title('Pynche Help Window')