mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-12 09:11:55 -06:00
13 lines
262 B
Python
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
|