We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8a60c commit 6a55226Copy full SHA for 6a55226
1 file changed
Tools/pynche/PyncheWidget.py
@@ -203,7 +203,7 @@ def deiconify(self):
203
204
class Helpwin:
205
def __init__(self, master, quitfunc):
206
- from Main import __version__, docstring
+ from Main import docstring
207
self.__root = root = Toplevel(master, class_='Pynche')
208
root.protocol('WM_DELETE_WINDOW', self.__withdraw)
209
root.title('Pynche Help Window')
0 commit comments