freeipa/ipaplatform/__init__.py.in
2021-08-10 02:37:58 +02:00

13 lines
262 B
Python

#
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
#
'''
Module containing platform-specific functionality for every platform.
'''
NAME = "__PLATFORM__"
# FIXME: too much cyclic dependencies
# from __PLATFORM__ import paths, tasks, services