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
|
|
@ -41,7 +41,7 @@ import eris.worker as worker
|
|||
import eris.paged_list as paged_list
|
||||
import fill3
|
||||
import sorted_collection
|
||||
import termstr.termstr as termstr
|
||||
import termstr
|
||||
import termstr.terminal as terminal
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
import pydoc
|
||||
import sys
|
||||
|
||||
import termstr.termstr as termstr
|
||||
import termstr
|
||||
|
||||
|
||||
class TermDoc(pydoc.TextDoc):
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ import toml
|
|||
import eris
|
||||
import fill3
|
||||
import lscolors
|
||||
import termstr.termstr as termstr
|
||||
import termstr
|
||||
|
||||
|
||||
PYTHON_VERSION = "3.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue