OpenSlides/tests/old/utils/apps.py
2016-02-16 23:04:26 +01:00

7 lines
133 B
Python

from django.apps import AppConfig
class TestPluginAppConfig(AppConfig):
name = 'tests.old.utils'
label = 'tests.old.utils'