summaryrefslogtreecommitdiffstats
path: root/ipaclient/remote_plugins/2_156/__init__.py
blob: 97863520294652ab6f8193536f73d0633fc891cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (C) 2016  FreeIPA Contributors see COPYING for license
#

from ..compat import CompatCommand, CompatMethod, CompatObject

Object = CompatObject


class Command(CompatCommand):
    api_version = u'2.156'


class Method(Command, CompatMethod):
    pass