Install wiht pip not easy_install

This commit is contained in:
Richard Vézina
2018-03-13 10:22:36 -04:00
parent f6d2f8a2a1
commit 0fc6bbc744
+1 -1
View File
@@ -10,7 +10,7 @@ try:
import ldap.filter
ldap.set_option(ldap.OPT_REFERRALS, 0)
except Exception as e:
logging.error('missing ldap, try "easy_install python-ldap"')
logging.error('missing ldap, try "pip install python-ldap"')
raise e