server/__init__.py
changeset 6957 ffda12be2e9f
parent 6427 c8a5ac2d1eaa
child 7061 bb2080547722
--- a/server/__init__.py	Wed Feb 09 18:06:13 2011 +0100
+++ b/server/__init__.py	Wed Feb 09 18:06:17 2011 +0100
@@ -254,7 +254,7 @@
 
 # available sources registry
 SOURCE_TYPES = {'native': LazyObject('cubicweb.server.sources.native', 'NativeSQLSource'),
-                # XXX private sources installed by an external cube
                 'pyrorql': LazyObject('cubicweb.server.sources.pyrorql', 'PyroRQLSource'),
                 'ldapuser': LazyObject('cubicweb.server.sources.ldapuser', 'LDAPUserSource'),
+                'datafeed': LazyObject('cubicweb.server.sources.datafeed', 'DataFeedSource'),
                 }