Initial import to Tizen
[profile/ivi/python-twisted.git] / twisted / cred / __init__.py
1
2 # Copyright (c) Twisted Matrix Laboratories.
3 # See LICENSE for details.
4
5
6 """
7 Twisted Cred
8
9 Support for verifying credentials, and providing services to users based on
10 those credentials.
11
12 (This package was previously known as the module twisted.internet.passport.)
13 """