summaryrefslogtreecommitdiffstats
path: root/ipaplatform/base/constants.py
blob: 70485055fa5a12fac878ace3dea11ea442ebe6be (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright (C) 2015  FreeIPA Contributors see COPYING for license
#

'''
This base platform module exports platform dependant constants.
'''


class BaseConstantsNamespace(object):
    pass