diff options
author | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-05 23:34:59 +0000 |
---|---|---|
committer | Jason Gerard DeRose <jderose@redhat.com> | 2008-08-05 23:34:59 +0000 |
commit | f31f7813febf0665a072d474166ea883bc7365dc (patch) | |
tree | fc3712296386d0b5b5a5a146970921c423c90797 /ipa | |
parent | 159207514fadfacb6e1df9713abd2c61c24d7b77 (diff) | |
download | freeipa-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-x | ipa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 '' |