From f2ea151142cd56841dd9b9d7c47353748b80ffc3 Mon Sep 17 00:00:00 2001 From: Carlos Muniz Date: Fri, 4 Feb 2022 11:47:17 -0500 Subject: [PATCH] fix: Correct path to symmath function --- common/lib/capa/capa/responsetypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index 3e4d6fc937da..9f47f49ca41b 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -2546,7 +2546,7 @@ def setup_response(self): super(SymbolicResponse, self).setup_response() # lint-amnesty, pylint: disable=super-with-arguments def execute_check_function(self, idset, submission): - from symmath import symmath_check + from symmath.symmath_check import symmath_check try: # Since we have limited max_inputfields to 1, # we can assume that there is only one submission