diff --git a/modules/mol/alg/tests/test_sec_struct.py b/modules/mol/alg/tests/test_sec_struct.py index 18ab385a771ce1089fa9a025c4f6c0415fb63abc..3c2d11295a39ac866abb286390c356d60a700591 100644 --- a/modules/mol/alg/tests/test_sec_struct.py +++ b/modules/mol/alg/tests/test_sec_struct.py @@ -11,10 +11,10 @@ class TestSecStruct(unittest.TestCase): # unit test only makes sense, when a dssp binary is around dssp_path = None try: - dssp_path = settings.locate("dssp") + dssp_path = settings.Locate("dssp") except: try: - dssp_path = settings.locate("mkdssp") + dssp_path = settings.Locate("mkdssp") except: print "Could not find dssp, could not compare sec struct assignment..." return