0752d476e4
* Remove headers * Changed lineendings to linux style in AUTHORS and CHANGELOG
7 lines
154 B
Python
7 lines
154 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from django.dispatch import Signal
|
|
|
|
config_signal = Signal(providing_args=[])
|
|
"""Signal to get all config tabs from all apps."""
|