author | sylvain.thenault@logilab.fr |
Mon, 04 May 2009 12:53:28 +0200 | |
branch | tls-sprint |
changeset 1637 | f5f6f25c2602 |
parent 1636 | 66f62f8ef8d8 |
child 1638 | 6f9003a32ecc |
appobject.py | file | annotate | diff | comparison | revisions |
--- a/appobject.py Mon May 04 11:57:08 2009 +0200 +++ b/appobject.py Mon May 04 12:53:28 2009 +0200 @@ -255,7 +255,7 @@ """render a precompiled page template with variables in the given dictionary as context """ - from cubicweb.common.tal import CubicWebContext + from cubicweb.ext.tal import CubicWebContext context = CubicWebContext() context.update({'self': self, 'rset': self.rset, '_' : self.req._, 'req': self.req, 'user': self.req.user})