From 79632be7283cfc51805d15e4c84005708770bb6f Mon Sep 17 00:00:00 2001 From: Mathieu Bernard Date: Mon, 9 Nov 2020 11:17:43 +0100 Subject: [PATCH] import bugfix with align --no-lattice --- abkhazia/align/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abkhazia/align/__init__.py b/abkhazia/align/__init__.py index 3873673..3b5e865 100644 --- a/abkhazia/align/__init__.py +++ b/abkhazia/align/__init__.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with abkhazia. If not, see . -from abkhazia.align.align import Align +from abkhazia.align.align import Align, AlignNoLattice