Symbolic response doesn't need to pre-import symmath any more, I think?
This commit is contained in:
@@ -1200,8 +1200,6 @@ class SymbolicResponse(CustomResponse):
|
||||
|
||||
def setup_response(self):
|
||||
self.xml.set('cfn', 'symmath_check')
|
||||
code = "from symmath import *"
|
||||
exec code in self.context, self.context
|
||||
CustomResponse.setup_response(self)
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user