diff options
author | mdroe <mdroe@stsci.edu> | 2012-06-04 17:02:28 -0400 |
---|---|---|
committer | mdroe <mdroe@stsci.edu> | 2012-06-04 17:02:28 -0400 |
commit | f502335a1a9121eeaa8bd2e06adae49c5408830a (patch) | |
tree | d442735fd8b7de3a298a60d93352fe3f200d87d8 /lib/test/test_util.py | |
parent | b6749b81e09abad7944a4af21417e23cd8ad3460 (diff) | |
download | stsci.sphere-f502335a1a9121eeaa8bd2e06adae49c5408830a.tar.gz |
Python 3.x fixes
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/branches/sphere@17201 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: 645db247912b7d5985ab878bd3c7fb5e9574f05d
Diffstat (limited to 'lib/test/test_util.py')
-rw-r--r-- | lib/test/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test/test_util.py b/lib/test/test_util.py index 47a3444..6dc0393 100644 --- a/lib/test/test_util.py +++ b/lib/test/test_util.py @@ -1,7 +1,7 @@ import os import numpy as np -from sphere import vector +from .. import vector ROOT_DIR = os.path.join(os.path.dirname(__file__), 'data') |