2011-08-26 11:21:26 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
"""
|
2014-08-31 21:54:45 +02:00
|
|
|
tests.deprecations
|
2014-09-04 16:28:50 +02:00
|
|
|
~~~~~~~~~~~~~~~~~~
|
2011-08-26 11:21:26 +01:00
|
|
|
|
2014-09-03 20:56:10 +02:00
|
|
|
Tests deprecation support. Not used currently.
|
2011-08-26 11:21:26 +01:00
|
|
|
|
2014-01-02 19:21:07 +01:00
|
|
|
:copyright: (c) 2014 by Armin Ronacher.
|
2011-08-26 11:21:26 +01:00
|
|
|
:license: BSD, see LICENSE for more details.
|
|
|
|
|
"""
|