diff options
author | bsimon <bsimon@stsci.edu> | 2015-04-03 16:08:07 -0400 |
---|---|---|
committer | bsimon <bsimon@stsci.edu> | 2015-04-03 16:08:07 -0400 |
commit | 457db3570a50cf2d88fa5ac00d1ba1d5b119ea7a (patch) | |
tree | 38f64ab12082bd02976eb288c7650b33312dd304 /stsci/sphere/vector.py | |
parent | 761ea7356c47cefe8b6f7afb2433dc74ec370837 (diff) | |
download | stsci.sphere-457db3570a50cf2d88fa5ac00d1ba1d5b119ea7a.tar.gz |
Back ported changes from astropy and made python 2 to 3 modifications
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci.sphere/trunk@38800 fe389314-cf27-0410-b35b-8c050e845b92
Former-commit-id: c12c8fef5503caab2e2e57caac8f040597326589
Diffstat (limited to 'stsci/sphere/vector.py')
-rw-r--r-- | stsci/sphere/vector.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stsci/sphere/vector.py b/stsci/sphere/vector.py index bb444e6..f13b9e7 100644 --- a/stsci/sphere/vector.py +++ b/stsci/sphere/vector.py @@ -44,6 +44,7 @@ import numpy as np try: from . import math_util + import math_util HAS_C_UFUNCS = True except ImportError: HAS_C_UFUNCS = False |