Skip to content

Commit a9410f4

Browse files
author
stroeder
committed
updated pyasn1 URLs
1 parent b1a16ee commit a9410f4

5 files changed

Lines changed: 5 additions & 11 deletions

File tree

Demo/pyasn1/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The sample modules/scripts herein require modules pyasn1 and pyasn1-modules.
22

3-
http://pyasn1.sourceforge.net/
3+
https://github.com/etingof/pyasn1
44

5-
http://pypi.python.org/pypi/pyasn1
6-
http://pypi.python.org/pypi/pyasn1-modules
5+
https://pypi.python.org/pypi/pyasn1
6+
https://pypi.python.org/pypi/pyasn1-modules

Demo/pyasn1/derefcontrol.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"""
33
This sample script demonstrates the use of the dereference control
44
(see https://tools.ietf.org/html/draft-masarati-ldap-deref)
5-
6-
Requires module pyasn1 (see http://pyasn1.sourceforge.net/)
75
"""
86

97
import pprint,ldap,ldap.modlist,ldap.resiter

Demo/pyasn1/readentrycontrol.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
This sample script demonstrates the use of the pre-read control (see RFC 4527).
44
55
Originally contributed by Andreas Hasenack <[email protected]>
6-
7-
Requires module pyasn1 (see http://pyasn1.sourceforge.net/)
86
"""
97

108
import pprint,ldap,ldap.modlist

Demo/pyasn1/sss_highest_number.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
"""
33
This sample script demonstrates the use of the server-side-sorting control
44
(see RFC 2891)
5-
6-
Requires module pyasn1 (see http://pyasn1.sourceforge.net/)
75
"""
86

97
import pprint,ldap

Doc/installing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. % $Id: installing.rst,v 1.16 2015/12/09 17:56:38 stroeder Exp $
1+
.. % $Id: installing.rst,v 1.17 2017/10/09 13:30:43 stroeder Exp $
22
33
***********************
44
Building and installing
@@ -33,7 +33,7 @@ on the local system when building python-ldap:
3333
Furthermore some sub-modules of :py:mod:`ldap.controls` and :py:mod:`ldap.extop`
3434
require :py:mod:`pyasn1` and :py:mod:`pyasn1_modules` to be installed.
3535

36-
http://pyasn1.sf.net
36+
https://github.com/etingof/pyasn1
3737

3838

3939
setup.cfg

0 commit comments

Comments
 (0)