/ Published in: Python
Expand |
Embed | Plain Text
# in this example TestingA.py is in the modules folder exec('from applications.%s.modules import TestingA as ta' % request.application) reload(ta) # for devel only result = ta.Calc() return result
You need to login to post a comment.
