From 2c6a34c4390dff88cc0024815cfa1d46667ff810 Mon Sep 17 00:00:00 2001 From: perezgonzalez-irene <iregon@noc.ac.uk> Date: Thu, 27 Feb 2020 10:06:10 +0000 Subject: [PATCH] Adapted to new data_models packages --- __init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/__init__.py b/__init__.py index cfe9fec..739066e 100755 --- a/__init__.py +++ b/__init__.py @@ -1,5 +1,5 @@ # Following to access the subpackages main modules (or/and functions) directly wihout loops through the full subpackage path -from .schemas import code_tables -from .schemas import schemas -from .read import read as read +from .data_models import code_tables +from .data_models import schemas +from .read import main as read __version__ = '1.1' -- GitLab