root/AuthKit/trunk/authkit/pylons_adaptors.py
| Revision 125 (checked in by thejimmyg, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | """\ |
| 2 | This module is deprecated. Please update your code to use |
| 3 | ``authkit.authorize.pylons_adaptors`` instead of this module. |
| 4 | """ |
| 5 | import warnings |
| 6 | warnings.warn( |
| 7 | """This module is deprecated. Please update your code to use ``authkit.authorize.pylons_adaptors`` instead of this module.""", |
| 8 | DeprecationWarning, |
| 9 | 2 |
| 10 | ) |
| 11 | from authkit.authorize.pylons_adaptors import * |
Note: See TracBrowser for help on using the browser.
