Coding style.

- golden.py is used by the tests, not vigil.
This commit is contained in:
Andrew Hamilton 2017-06-28 11:12:13 +01:00
parent 0080db66d4
commit 09bfe79e65
2 changed files with 1 additions and 1 deletions

View file

@ -13,8 +13,8 @@ import unittest
os.environ["TERM"] = "xterm-256color"
import golden
import vigil.fill3 as fill3
import vigil.golden as golden
import vigil.__main__ as __main__