Skip to content

Commit

Permalink
updated pyasn1 URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Oct 9, 2017
1 parent b1a16ee commit a9410f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Demo/pyasn1/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The sample modules/scripts herein require modules pyasn1 and pyasn1-modules.

http://pyasn1.sourceforge.net/
https://github.com/etingof/pyasn1

http://pypi.python.org/pypi/pyasn1
http://pypi.python.org/pypi/pyasn1-modules
https://pypi.python.org/pypi/pyasn1
https://pypi.python.org/pypi/pyasn1-modules
2 changes: 0 additions & 2 deletions Demo/pyasn1/derefcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"""
This sample script demonstrates the use of the dereference control
(see https://tools.ietf.org/html/draft-masarati-ldap-deref)
Requires module pyasn1 (see http://pyasn1.sourceforge.net/)
"""

import pprint,ldap,ldap.modlist,ldap.resiter
Expand Down
2 changes: 0 additions & 2 deletions Demo/pyasn1/readentrycontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
This sample script demonstrates the use of the pre-read control (see RFC 4527).
Originally contributed by Andreas Hasenack <ahasenack@terra.com.br>
Requires module pyasn1 (see http://pyasn1.sourceforge.net/)
"""

import pprint,ldap,ldap.modlist
Expand Down
2 changes: 0 additions & 2 deletions Demo/pyasn1/sss_highest_number.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
"""
This sample script demonstrates the use of the server-side-sorting control
(see RFC 2891)
Requires module pyasn1 (see http://pyasn1.sourceforge.net/)
"""

import pprint,ldap
Expand Down
4 changes: 2 additions & 2 deletions Doc/installing.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. % $Id: installing.rst,v 1.16 2015/12/09 17:56:38 stroeder Exp $
.. % $Id: installing.rst,v 1.17 2017/10/09 13:30:43 stroeder Exp $
***********************
Building and installing
Expand Down Expand Up @@ -33,7 +33,7 @@ on the local system when building python-ldap:
Furthermore some sub-modules of :py:mod:`ldap.controls` and :py:mod:`ldap.extop`
require :py:mod:`pyasn1` and :py:mod:`pyasn1_modules` to be installed.

http://pyasn1.sf.net
https://github.com/etingof/pyasn1


setup.cfg
Expand Down

0 comments on commit a9410f4

Please sign in to comment.