summaryrefslogtreecommitdiffstats
path: root/ipaplatform/__init__.py
blob: 1c22346b047957cd512b92e512d461de30d32c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright (C) 2017  FreeIPA Contributors see COPYING for license
#
"""ipaplatform namespace package

In the presence of a namespace package, any code in this module will be
ignore.
"""
__import__('pkg_resources').declare_namespace(__name__)

NAME = None  # initialized by ipaplatform.osinfo