0001"""\
0002This module is deprecated. Please update your code to use
0003``authkit.authorize.pylons_adaptors`` instead of this module.
0004"""
0005import warnings
0006warnings.warn(
0007 """This module is deprecated. Please update your code to use ``authkit.authorize.pylons_adaptors`` instead of this module.""",
0008 DeprecationWarning,
0009 2
0010)
0011from authkit.authorize.pylons_adaptors import *