2017-10-11 12:09:30 +02:00
|
|
|
#
|
|
|
|
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
|
|
|
|
#
|
|
|
|
|
"""IpaMetaImporter replaces this module with ipaplatform.$NAME.paths.
|
|
|
|
|
"""
|
2018-04-05 09:21:16 +02:00
|
|
|
from __future__ import absolute_import
|
|
|
|
|
|
2017-10-11 12:09:30 +02:00
|
|
|
import ipaplatform._importhook
|
|
|
|
|
|
|
|
|
|
ipaplatform._importhook.fixup_module('ipaplatform.paths')
|