author | Nicolas Chauvat <nicolas.chauvat@logilab.fr> |
Wed, 30 Mar 2011 15:09:13 +0200 | |
branch | stable |
changeset 7145 | 8dd94fa7310a |
parent 7144 | 7c9bfd4f4933 |
child 7146 | 215275be4877 |
child 7149 | 9dfd0dea692b |
--- a/doc/book/en/tutorials/advanced/part03_bfss.rst Wed Mar 30 14:55:14 2011 +0200 +++ b/doc/book/en/tutorials/advanced/part03_bfss.rst Wed Mar 30 15:09:13 2011 +0200 @@ -20,7 +20,7 @@ from os.path import join, exists from cubicweb.server import hook - from cubicweb.server.sources import storage + from cubicweb.server.sources import storages class ServerStartupHook(hook.Hook): __regid__ = 'sytweb.serverstartup'