mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Base Command.execute() method now raises NotImplementedError; updated unit tests
This commit is contained in:
@@ -656,9 +656,7 @@ class Command(plugable.Plugin):
|
||||
... return self.api.Backend.ldap.add(**kw)
|
||||
...
|
||||
"""
|
||||
print '%s.execute():' % self.name
|
||||
print ' args =', args
|
||||
print ' kw =', kw
|
||||
raise NotImplementedError('%s.execute()' % self.name)
|
||||
|
||||
def forward(self, *args, **kw):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user