aboutsummaryrefslogtreecommitdiffstats
path: root/lib/python2.7/site-packages/Twisted-12.2.0-py2.7-linux-x86_64.egg/twisted/cred/__init__.py
blob: 06e287f5925a77488abeef8a0a60cd063903f95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.


"""
Twisted Cred

Support for verifying credentials, and providing services to users based on
those credentials.

(This package was previously known as the module twisted.internet.passport.)
"""