mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix the class browser to work even when the file is not on sys.path.
This commit is contained in:
parent
060f24ce97
commit
654387efbd
2 changed files with 3 additions and 3 deletions
|
|
@ -76,7 +76,7 @@ class MultiEditorWindow(EditorWindow):
|
|||
if pyclbr._modules.has_key(base):
|
||||
del pyclbr._modules[base]
|
||||
import ClassBrowser
|
||||
ClassBrowser.ClassBrowser(self.flist, base)
|
||||
ClassBrowser.ClassBrowser(self.flist, base, [head])
|
||||
|
||||
|
||||
class FileList:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue