Commit 6a552267 authored by Barry Warsaw's avatar Barry Warsaw

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

reported by PyChecker.
parent cc8a60cd
......@@ -203,7 +203,7 @@ Unrecognized color file type in file:
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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment