From 7e213e78d84eab40c06484694f985ea428fd74e5 Mon Sep 17 00:00:00 2001 From: Marat Valiev Date: Thu, 9 Feb 2012 03:33:49 +0000 Subject: [PATCH] --- contrib/marat/nwchem-python/GenericAtom.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/marat/nwchem-python/GenericAtom.py b/contrib/marat/nwchem-python/GenericAtom.py index 39d099c833..493c6f31a6 100644 --- a/contrib/marat/nwchem-python/GenericAtom.py +++ b/contrib/marat/nwchem-python/GenericAtom.py @@ -4,9 +4,8 @@ Created on Feb 7, 2012 @author: marat ''' import sys -from types import * from pdbrecord import PDBAtomRecord -from numpy import * +from numpy import array,linalg class GenericAtom(object): '''