Coding Style.

- Allow 'import termstr' instead of 'import termstr.termstr'.
This commit is contained in:
Andrew Hamilton 2021-11-03 14:13:04 +10:00
parent 5341d91592
commit c2b7a8ce64
7 changed files with 405 additions and 405 deletions

View file

@ -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

View file

@ -4,7 +4,7 @@
import pydoc
import sys
import termstr.termstr as termstr
import termstr
class TermDoc(pydoc.TextDoc):

View file

@ -31,7 +31,7 @@ import toml
import eris
import fill3
import lscolors
import termstr.termstr as termstr
import termstr
PYTHON_VERSION = "3.9"