mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
9 lines
243 B
Python
9 lines
243 B
Python
|
#
|
||
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
||
|
#
|
||
|
"""IpaMetaImporter replaces this module with ipaplatform.$NAME.constants.
|
||
|
"""
|
||
|
import ipaplatform._importhook
|
||
|
|
||
|
ipaplatform._importhook.fixup_module('ipaplatform.constants')
|