server/__init__.py
changeset 9015 65b8236e1bb4
parent 8755 1f3757ef3762
child 9034 cc3442054e48
child 9148 1b549c1acd4f
--- a/server/__init__.py	Fri Jun 14 17:13:17 2013 +0200
+++ b/server/__init__.py	Thu Jun 13 17:27:43 2013 +0200
@@ -305,7 +305,6 @@
 SOURCE_TYPES = {'native': LazyObject('cubicweb.server.sources.native', 'NativeSQLSource'),
                 'datafeed': LazyObject('cubicweb.server.sources.datafeed', 'DataFeedSource'),
                 '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'),
                 }