From 4d2eadbf096b9dfaaaa1953e3d9db20b45ff1e46 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Fri, 15 Nov 2019 10:50:45 +0100
Subject: [PATCH] fix import

---
 modules/mol/mm/pymod/antechamber.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/mol/mm/pymod/antechamber.py b/modules/mol/mm/pymod/antechamber.py
index 979dd4d99..0092f406c 100644
--- a/modules/mol/mm/pymod/antechamber.py
+++ b/modules/mol/mm/pymod/antechamber.py
@@ -21,7 +21,7 @@
 # field parameters. Allows the execution of Antechamber and the parsing of files
 # generated by it.
 
-import _ost_mol_mm as mm
+from ost.mol import mm
 import ost
 from ost import settings, mol, geom
 import os, subprocess, math
-- 
GitLab