diff --git a/rhodecode/bin/ldap_sync.py b/rhodecode/bin/ldap_sync.py --- a/rhodecode/bin/ldap_sync.py +++ b/rhodecode/bin/ldap_sync.py @@ -12,7 +12,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -rhodecode.bin.__init__ +kallithea.bin.__init__ ~~~~~~~~~~~~~~~~~~~~~~ LDAP sync script @@ -28,7 +28,7 @@ import urllib2 import uuid try: - from rhodecode.lib.compat import json + from kallithea.lib.compat import json except ImportError: try: import simplejson as json