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
2
fill3.py
2
fill3.py
|
|
@ -10,7 +10,7 @@ import signal
|
|||
import sys
|
||||
|
||||
import termstr.terminal as terminal
|
||||
import termstr.termstr as termstr
|
||||
import termstr
|
||||
|
||||
|
||||
def appearance_is_valid(appearance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue