doc/book/en/B1020-define-views.en.txt
changeset 1191 216141cf47a3
parent 318 6cb74102d611
child 1249 905d76e38433
--- a/doc/book/en/B1020-define-views.en.txt	Mon Mar 30 09:32:16 2009 +0200
+++ b/doc/book/en/B1020-define-views.en.txt	Mon Mar 30 14:27:19 2009 +0200
@@ -163,7 +163,7 @@
 If you want to change the way a ``BlogEntry`` is displayed, just override 
 the method ``cell_call()`` of the view ``primary`` in ``BlogDemo/views.py`` ::
 
-  01. from ginco.web.views import baseviews
+  01. from cubicweb.web.views import baseviews
   02.
   03. class BlogEntryPrimaryView(baseviews.PrimaryView):
   04.