#4185 Index plugin namespaces by classes
Closed: Fixed None Opened 10 years ago by pviktori.

Internal refactoring

Instead of api.Command['obj_cmd'], we should allow and prefer api.Command[obj_cmd] – indexing with the actual class, which needs to be imported, and thus it's clear (to us and to pylint) it's a dependency.


It's very easy to enable this so I'd like to do that now, and adapt the rest of the code whenever it's touched.

master:

  • 4f302f6 Allow indexing API object types by class

Metadata Update from @pviktori:
- Issue assigned to pviktori
- Issue set to the milestone: FreeIPA 4.0 - 2014/03

7 years ago

Login to comment on this ticket.

Metadata