mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
12 lines
193 B
Python
12 lines
193 B
Python
|
#
|
||
|
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license
|
||
|
#
|
||
|
|
||
|
'''
|
||
|
This base platform module exports platform dependant constants.
|
||
|
'''
|
||
|
|
||
|
|
||
|
class BaseConstantsNamespace(object):
|
||
|
pass
|