pyreadline-refactor: some bugfixing to emacsmode refactor

This commit is contained in:
jstenar
2006-03-16 21:04:37 +00:00
parent c280f62b3b
commit c649fb8235
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
# the file COPYING, distributed as part of this software.
#*****************************************************************************
import lineeditor,modes
from rlmain import *
__all__ = [ 'parse_and_bind',
'get_line_buffer',
+1
View File
@@ -1,3 +1,4 @@
__all__=["emacs","notemacs"]
import emacs,notemacs
editingmodes=[emacs.EmacsMode,notemacs.NotEmacsMode]
+3 -3
View File
@@ -7,9 +7,9 @@
# the file COPYING, distributed as part of this software.
#*****************************************************************************
import os
import clipboard,logger,console
from logger import log
from keysyms import key_text_to_keyinfo
import pyreadline.logger as logger
from pyreadline.logger import log
from pyreadline.keysyms import key_text_to_keyinfo
import pyreadline.lineeditor.lineobj as lineobj
import pyreadline.lineeditor.history as history
+3 -3
View File
@@ -7,9 +7,9 @@
# the file COPYING, distributed as part of this software.
#*****************************************************************************
import os
import clipboard,logger,console
from logger import log
from keysyms import key_text_to_keyinfo
import pyreadline.logger as logger
from pyreadline.logger import log
from pyreadline.keysyms import key_text_to_keyinfo
import pyreadline.lineeditor.lineobj as lineobj
import pyreadline.lineeditor.history as history