1"""
2raven.contrib.django.raven_compat.templatetags
3~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details.
6:license: BSD, see LICENSE for more details.
7"""
8
9from __future__ import absolute_import
10
11from raven.contrib.django.templatetags import *  # NOQA
12