diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-04 07:53:06 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-04 07:53:06 (GMT) |
commit | 0cae01c49638c95fcff200aa92a3e7d580a9bb3e (patch) | |
tree | 46414c55ede31480184d493badb989bbe090863e /Lib/idlelib/EditorWindow.py | |
parent | c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6 (diff) | |
download | cpython-0cae01c49638c95fcff200aa92a3e7d580a9bb3e.zip cpython-0cae01c49638c95fcff200aa92a3e7d580a9bb3e.tar.gz cpython-0cae01c49638c95fcff200aa92a3e7d580a9bb3e.tar.bz2 |
loading core keybindings via new config system plus
further devel of highlight handling
Diffstat (limited to 'Lib/idlelib/EditorWindow.py')
-rw-r--r-- | Lib/idlelib/EditorWindow.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py index 0e19da1..237a462 100644 --- a/Lib/idlelib/EditorWindow.py +++ b/Lib/idlelib/EditorWindow.py @@ -206,7 +206,6 @@ class EditorWindow: if self.extensions.has_key('AutoIndent'): self.extensions['AutoIndent'].set_indentation_params( self.ispythonsource(filename)) - def set_status_bar(self): self.status_bar = self.MultiStatusBar(self.top) |