Files
deb-python-django-appconf/appconf/__init__.py

6 lines
160 B
Python

from __future__ import absolute_import
from .base import AppConf # noqa
# following PEP 386, versiontools will pick it up
__version__ = (0, 4, 1, "final", 0)