mirror of
https://github.com/wassname/pyreadline.git
synced 2026-06-27 16:10:38 +08:00
pyreadline-refactor: some bugfixing to emacsmode refactor
This commit is contained in:
@@ -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,3 +1,4 @@
|
||||
__all__=["emacs","notemacs"]
|
||||
import emacs,notemacs
|
||||
editingmodes=[emacs.EmacsMode,notemacs.NotEmacsMode]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user