Helpwin.__init__(): Removed an unused local variable (via import)
reported by PyChecker.
This commit is contained in:
parent
cc8a60cdf6
commit
6a5522677a
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue