Rename the project to Eris.

This commit is contained in:
Andrew Hamilton 2018-09-17 23:59:38 +10:00
parent a060c7f3ae
commit 8e5cc0eac9
34 changed files with 109 additions and 112 deletions

View file

@ -9,8 +9,8 @@ import unittest
os.environ["TERM"] = "xterm-256color"
from vigil.termstr import TermStr, CharStyle
import vigil.termstr as termstr
from eris.termstr import TermStr, CharStyle
import eris.termstr as termstr
class CacheFirstResultTestCase(unittest.TestCase):