From 273fe4740dfb148995598e83c8ed7100e879267d Mon Sep 17 00:00:00 2001 From: ConorFWild <41680328+ConorFWild@users.noreply.github.com> Date: Mon, 23 Oct 2023 12:20:05 +0100 Subject: [PATCH] New crystalform and assemblies documentation --- xchemalign/xchemalign/collator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xchemalign/xchemalign/collator.py b/xchemalign/xchemalign/collator.py index b05d8ee..0b70ca8 100644 --- a/xchemalign/xchemalign/collator.py +++ b/xchemalign/xchemalign/collator.py @@ -27,8 +27,8 @@ from rdkit import Chem from xchemalign import dbreader -from xchemalign.xchemalign import utils -from xchemalign.xchemalign.utils import Constants +from xchemalign import utils +from xchemalign.utils import Constants def generate_xtal_dir(input_path: Path, xtal_name: str):