From 05f3e8a6ecda6579743fc35408f55a7316af5a88 Mon Sep 17 00:00:00 2001 From: Jon Agirre Date: Mon, 25 Nov 2024 14:54:14 +0000 Subject: [PATCH] added coot scripting to imports --- src/fletcher/__init__.py | 1 + src/fletcher/fletcher.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fletcher/__init__.py b/src/fletcher/__init__.py index fa94896..cdb7ef9 100644 --- a/src/fletcher/__init__.py +++ b/src/fletcher/__init__.py @@ -1,4 +1,5 @@ from .fletcher import find_structural_motifs +from .coot_scripting import create_script_file __all__ = [ find_structural_motifs ] diff --git a/src/fletcher/fletcher.py b/src/fletcher/fletcher.py index 96eeef5..808c83a 100644 --- a/src/fletcher/fletcher.py +++ b/src/fletcher/fletcher.py @@ -2,7 +2,6 @@ import argparse import json from pathlib import Path -from coot_scripting import create_script_file def find_structural_motifs ( filename = "", residue_lists = [ ],