mirror of
https://github.com/python/cpython.git
synced 2025-10-22 22:53:06 +00:00
Follow renames in StackViewer module
This commit is contained in:
parent
88d9007038
commit
92a67d7847
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ class PopupMenu:
|
|||
except:
|
||||
print "No stack trace yet"
|
||||
return
|
||||
from StackViewer import StackViewer
|
||||
sv = StackViewer(self.text._root(), self.flist)
|
||||
from StackViewer import StackBrowser
|
||||
sv = StackBrowser(self.text._root(), self.flist)
|
||||
|
||||
def help(self):
|
||||
from HelpWindow import HelpWindow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue