FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix import · bpython/bpython@626dcce · GitHub

Commit 626dcce

Browse files
committed
Fix import
1 parent bae3fd0 commit 626dcce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎bpython/test/test_curtsies_repl.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from bpython.curtsiesfrontend import repl as curtsiesrepl
1313
from bpython.curtsiesfrontend import interpreter
1414
from bpython.curtsiesfrontend import events as bpythonevents
15-
from bpython.repl import LineTypeTranslator as LineType
15+
from bpython.curtsiesfrontend.repl import LineType
1616
from bpython import autocomplete
1717
from bpython import config
1818
from bpython import args

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL