File: pylons_adaptors.py

package info (click to toggle)
python-authkit 0.4.1~r143-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 740 kB
  • ctags: 703
  • sloc: python: 4,643; makefile: 39; sh: 33
file content (11 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
"""\
This module is deprecated. Please update your code to use 
``authkit.authorize.pylons_adaptors`` instead of this module.
"""
import warnings
warnings.warn(
    """This module is deprecated. Please update your code to use ``authkit.authorize.pylons_adaptors`` instead of this module.""", 
    DeprecationWarning, 
    2
)
from authkit.authorize.pylons_adaptors import *