Commit 92a67d78 authored by Guido van Rossum's avatar Guido van Rossum

Follow renames in StackViewer module

parent 88d90070
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment