mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
...
This commit is contained in:
parent
bbdfce2141
commit
fd7a6b20e0
1 changed files with 2 additions and 2 deletions
|
|
@ -26,12 +26,12 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
__all__ = ("Screen", "DiffScreen", "HistoryScreen",
|
||||
"Stream", "ByteStream", "DebugStream")
|
||||
"Stream", "DebugStream")
|
||||
|
||||
import io
|
||||
|
||||
from .screens import Screen, DiffScreen, HistoryScreen
|
||||
from .streams import Stream, ByteStream, DebugStream
|
||||
from .streams import Stream, DebugStream
|
||||
|
||||
|
||||
if __debug__:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue