Imported Upstream version 4.8.10
This commit is contained in:
15
ipaclient/remote_plugins/2_49/__init__.py
Normal file
15
ipaclient/remote_plugins/2_49/__init__.py
Normal file
@@ -0,0 +1,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.49'
|
||||
|
||||
|
||||
class Method(Command, CompatMethod):
|
||||
pass
|
||||
Reference in New Issue
Block a user