diff options
Diffstat (limited to 'ipalib/frontend.py')
-rw-r--r-- | ipalib/frontend.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ipalib/frontend.py b/ipalib/frontend.py index ce92cf53..639160c1 100644 --- a/ipalib/frontend.py +++ b/ipalib/frontend.py @@ -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): """ |