comparison 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
comparison
equal deleted inserted replaced
77:20a2970d4510 78:4f197c057e26
1 """ 1 """
2 testing common 2 testing common
3 """ 3 """
4 4
5 import os 5 import os
6 from nettwerk import read 6 from tvii import read
7 7
8 here = os.path.dirname(os.path.abspath(__file__)) 8 here = os.path.dirname(os.path.abspath(__file__))
9 data = os.path.join(here, 'data') 9 data = os.path.join(here, 'data')
10 10
11 def datafile(*path): 11 def datafile(*path):