bpo-21624: IDLE -- minor htest fixes (#2575)

This commit is contained in:
terryjreedy 2017-07-04 22:41:12 -04:00 committed by GitHub
parent 7eb5883ac5
commit 2000150c56
2 changed files with 2 additions and 1 deletions

View file

@ -215,7 +215,7 @@ class MethodBrowserTreeItem(TreeItem):
edit = file_open(self.file)
edit.gotoline(self.cl.methods[self.name])
def _class_browser(parent): #Wrapper for htest
def _class_browser(parent): # htest #
try:
file = __file__
except NameError: