kwatch wrote:
I have released pyTenjin 0.8.0
Thanks for your project. I have used it a little, and there is a
question to you.
import tenjin
from tenjin.helpers import *
shared_cache = tenjin.GaeMemcacheCacheStorage()
engine = tenjin.Engine(cache=shared_cache)
1. Why should I import tenjin.helpers if I don't use the helpers in my code?
2. Why does the code not work if I don't import the helpers?
I think you should manage this issue inside the library.
--
http://mail.python.org/mailman/listinfo/python-list