Coding style.
- Break out termstr, fill3, sorted_collection and lscolors into seperate packages and modules.
This commit is contained in:
parent
8746f578da
commit
2335dec922
18 changed files with 92 additions and 89 deletions
|
|
@ -12,8 +12,8 @@ import unittest
|
|||
os.environ["TERM"] = "xterm-256color"
|
||||
|
||||
import golden
|
||||
import eris.fill3 as fill3
|
||||
import eris.__main__ as __main__
|
||||
import fill3
|
||||
|
||||
|
||||
_DIMENSIONS = (100, 60)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue