11 lines
283 B
Python
11 lines
283 B
Python
#
|
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
|
#
|
|
"""IpaMetaImporter replaces this module with ipaplatform.$NAME.constants.
|
|
"""
|
|
from __future__ import absolute_import
|
|
|
|
import ipaplatform._importhook
|
|
|
|
ipaplatform._importhook.fixup_module('ipaplatform.constants')
|