From 1d9b0d87b2ae6661974e548b93c6e3bc244c81ad Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 19 Feb 2017 16:50:00 +0800 Subject: Fix import for 'acispy' modules --- acispy/spectrum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acispy/spectrum.py') diff --git a/acispy/spectrum.py b/acispy/spectrum.py index ad38b0d..562e73e 100644 --- a/acispy/spectrum.py +++ b/acispy/spectrum.py @@ -8,7 +8,7 @@ Chandra ACIS spectrum. from astropy.io import fits -from acis import ACIS +from .acis import ACIS class Spectrum: -- cgit v1.2.2