diff tests/common.py @ 78:4f197c057e26

namespace issues
author Jeff Hammel <k0scist@gmail.com>
date Sun, 17 Dec 2017 13:38:05 -0800
parents b911a7c01727
children
line wrap: on
line diff
--- a/tests/common.py	Sun Dec 17 13:35:45 2017 -0800
+++ b/tests/common.py	Sun Dec 17 13:38:05 2017 -0800
@@ -3,7 +3,7 @@
 """
 
 import os
-from nettwerk import read
+from tvii import read
 
 here = os.path.dirname(os.path.abspath(__file__))
 data = os.path.join(here, 'data')