summaryrefslogtreecommitdiffstats
path: root/ipa
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-08-05 23:34:59 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-08-05 23:34:59 +0000
commitf31f7813febf0665a072d474166ea883bc7365dc (patch)
treefc3712296386d0b5b5a5a146970921c423c90797 /ipa
parent159207514fadfacb6e1df9713abd2c61c24d7b77 (diff)
downloadfreeipa-f31f7813febf0665a072d474166ea883bc7365dc.tar.gz
freeipa-f31f7813febf0665a072d474166ea883bc7365dc.tar.xz
freeipa-f31f7813febf0665a072d474166ea883bc7365dc.zip
53: Changed plugable.Registar so the same plugin can be added to in the ns for more than one base (for cmd and mthd)
Diffstat (limited to 'ipa')
-rwxr-xr-xipa2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa b/ipa
index 18474d03c..a4bc2cb07 100755
--- a/ipa
+++ b/ipa
@@ -52,7 +52,7 @@ def print_api():
for i in ns:
print ' %s %r' % (i.name.ljust(m), i)
- for n in ['cmd', 'obj', 'prop']:
+ for n in ['cmd', 'obj', 'mthd', 'prop']:
print_ns(n)
print ''