core: add general admin.py loader, remove individual files

This commit is contained in:
Jens Langhammer
2020-05-07 00:05:10 +02:00
parent fff05e35ac
commit 80d90b91e8
22 changed files with 24 additions and 118 deletions

View File

@ -1,5 +0,0 @@
"""Passbook LDAP Admin"""
from passbook.lib.admin import admin_autoregister
admin_autoregister("passbook_sources_ldap")