Coding Style.
- Allow 'import termstr' instead of 'import termstr.termstr'.
This commit is contained in:
parent
5341d91592
commit
c2b7a8ce64
7 changed files with 405 additions and 405 deletions
|
|
@ -8,8 +8,8 @@ import unittest
|
|||
os.environ["TERM"] = "xterm-256color"
|
||||
|
||||
import termstr.terminal as terminal
|
||||
from termstr.termstr import TermStr, CharStyle
|
||||
import termstr.termstr as termstr
|
||||
from termstr import TermStr, CharStyle
|
||||
import termstr
|
||||
|
||||
|
||||
class CharStyleTests(unittest.TestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue