mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -06:00
46cbe26b51
https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: David Kupka <dkupka@redhat.com>
9 lines
181 B
Python
9 lines
181 B
Python
#
|
|
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
|
#
|
|
|
|
from .install import Server
|
|
from .replicainstall import Replica
|
|
|
|
from .upgrade import upgrade_check, upgrade
|