diff --git a/README.md b/README.md index b7f25a5958c2122d9fa3332c9e3fc615ebb79a43..0f376d378b183a52ed25470b61b5eb3413364197 100644 --- a/README.md +++ b/README.md @@ -96,15 +96,6 @@ if __name__ == '__main__': ``` - -Migrating from 0.x to 1.x -------------------------- - -The only major change from 0.x releases and 1.x is the underlying LDAP library changed from python-ldap to -[pyldap](https://github.com/pyldap/pyldap) which is fork that adds Python 3.x support. Everything else **SHOULD** -be the same, but don't hesitate to open an issue if you encounter some problem upgrading from 0.x to 1.x. - - Resources ---------