changeset 86:b56d329c238d

workaround namespace foolishess
author Jeff Hammel <k0scist@gmail.com>
date Sun, 17 Dec 2017 14:04:45 -0800
parents d705f6384e8b
children 9d5a5e9f5c3b
files tvii/read.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tvii/read.py	Sun Dec 17 14:03:02 2017 -0800
+++ b/tvii/read.py	Sun Dec 17 14:04:45 2017 -0800
@@ -5,7 +5,7 @@
 # TODO: use `numerics`'s functionality
 
 import csv
-from .types import string
+from ._types import string
 
 
 def read(fp, type=float, separator=None):