Kaydet (Commit) 6cd948eb authored tarafından Fred Drake's avatar Fred Drake

Rename the "browser" module to "BrowserControl", since Guido did not

like the short, ambiguous name.
üst 8638ace5
......@@ -6,7 +6,7 @@ import imp
from Tkinter import *
import tkSimpleDialog
import tkMessageBox
import browser
import BrowserControl
import idlever
import WindowList
from IdleConf import idleconf
......@@ -298,7 +298,7 @@ class EditorWindow:
del fn
def python_docs(self, event=None):
browser.open(self.help_url)
BrowserControl.open(self.help_url)
def select_all(self, event=None):
self.text.tag_add("sel", "1.0", "end-1c")
......
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