From 071a5258a27d694de03b929689dd97a45d9cc30e Mon Sep 17 00:00:00 2001 From: Christoph Federrath Date: Fri, 23 Aug 2024 15:44:54 +1000 Subject: [PATCH] fixed import bug for const module --- astro_tigress/ytathena.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro_tigress/ytathena.py b/astro_tigress/ytathena.py index dcf2afb..f44f076 100644 --- a/astro_tigress/ytathena.py +++ b/astro_tigress/ytathena.py @@ -9,7 +9,7 @@ import math from yt.funcs import mylog import os -import const +from . import const dirpath = os.path.dirname(__file__)