appobject.py
branchtls-sprint
changeset 1637 f5f6f25c2602
parent 1635 866563e2d0fc
child 1723 30c3a713ab61
--- 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})