mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 08:51:50 -06:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
||
|
"""WSGI entry point for kdcproxy
|
||
|
"""
|
||
|
from kdcproxy import application
|
||
|
|