mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
'use absolute import of pyghooks'
This commit is contained in:
parent
13ab4b0a3f
commit
fd37067bf6
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ from xonsh.tools import format_prompt_for_prompt_toolkit
|
|||
from xonsh.prompt_toolkit_completer import PromptToolkitCompleter
|
||||
from xonsh.prompt_toolkit_history import LimitedFileHistory
|
||||
from xonsh.prompt_toolkit_key_bindings import load_xonsh_bindings
|
||||
|
||||
from .pyghooks import XonshLexer
|
||||
from xonsh.pyghooks import XonshLexer
|
||||
|
||||
|
||||
def setup_history():
|
||||
|
|
Loading…
Add table
Reference in a new issue