Commit 716a97ea by Ned Batchelder

Symbolic response doesn't need to pre-import symmath any more, I think?

parent e8da1b8f
......@@ -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)
#-----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment