Coding Style.
- Move terminal.py from termstr package to fill3 package. - Terminal was no longer used by termstr. - Terminal could be in its own package in future.
This commit is contained in:
parent
f44afb5b5d
commit
a74633e087
4 changed files with 3 additions and 3 deletions
|
|
@ -40,9 +40,9 @@ import eris.tools as tools
|
||||||
import eris.worker as worker
|
import eris.worker as worker
|
||||||
import eris.paged_list as paged_list
|
import eris.paged_list as paged_list
|
||||||
import fill3
|
import fill3
|
||||||
|
import fill3.terminal as terminal
|
||||||
import sorted_collection
|
import sorted_collection
|
||||||
import termstr
|
import termstr
|
||||||
import termstr.terminal as terminal
|
|
||||||
|
|
||||||
|
|
||||||
USAGE = """
|
USAGE = """
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ import os
|
||||||
import signal
|
import signal
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import termstr.terminal as terminal
|
import fill3.terminal as terminal
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ import unittest
|
||||||
|
|
||||||
os.environ["TERM"] = "xterm-256color"
|
os.environ["TERM"] = "xterm-256color"
|
||||||
|
|
||||||
import termstr.terminal as terminal
|
import fill3.terminal as terminal
|
||||||
from termstr import TermStr, CharStyle
|
from termstr import TermStr, CharStyle
|
||||||
import termstr
|
import termstr
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue