mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: Martin Basti <mbasti@redhat.com>
10 lines
267 B
Python
10 lines
267 B
Python
#
|
|
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
|
#
|
|
|
|
from .install import Server
|
|
|
|
from .replicainstall import install_check as replica_install_check
|
|
from .replicainstall import install as replica_install
|
|
from .upgrade import upgrade_check, upgrade
|