diff -r a9984ceebc26 -r 557295b5b68a server/__init__.py --- a/server/__init__.py Wed Apr 04 17:47:58 2012 +0200 +++ b/server/__init__.py Wed Apr 04 17:46:34 2012 +0200 @@ -296,4 +296,5 @@ 'ldapfeed': LazyObject('cubicweb.server.sources.ldapfeed', 'LDAPFeedSource'), 'ldapuser': LazyObject('cubicweb.server.sources.ldapuser', 'LDAPUserSource'), 'pyrorql': LazyObject('cubicweb.server.sources.pyrorql', 'PyroRQLSource'), + 'zmqrql': LazyObject('cubicweb.server.sources.zmqrql', 'ZMQRQLSource'), }