summaryrefslogtreecommitdiffstats
path: root/ipaclient/remote_plugins/2_114/__init__.py
blob: f1e2d03e87d8f74b0620793638218ebe405170df (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.114'


class Method(Command, CompatMethod):
    pass