From 10d729c81997b6ba3f18130597f7261177f9beea Mon Sep 17 00:00:00 2001 From: Tom Aldcroft Date: Wed, 29 Mar 2023 07:16:23 -0400 Subject: [PATCH] Use chandra_time modules for Chandra.Time --- chandra_time/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chandra_time/__init__.py b/chandra_time/__init__.py index 8ea3b5a..5b69a49 100644 --- a/chandra_time/__init__.py +++ b/chandra_time/__init__.py @@ -1,7 +1,7 @@ # Licensed under a 3-clause BSD style license - see LICENSE.rst import ska_helpers -from .Time import * # noqa +from chandra_time.Time import * # noqa __version__ = ska_helpers.get_version('chandra_time')