freeipa/ipa-client/ipaclient
Petr Viktorin 85b974d1bc Remove __all__ specifications in ipaclient and ipaserver.install
The __all__ list does not cause submodules to be imported, e.g.
one would still have to `import ipaclient.ipachangeconf` rather than
just `import ipaclient` to use `ipaclient.ipachangeconf`.

Even if they did do anything, the lists were incomplete, and (since
`import *` is not used on these modules) unnecessary.

Pylint 1.0 reports undeclared names in __all__ as a warning.
2013-09-06 15:42:33 +02:00
..
__init__.py Remove __all__ specifications in ipaclient and ipaserver.install 2013-09-06 15:42:33 +02:00
ipachangeconf.py Preserve already configured options in openldap conf 2013-04-30 10:54:10 -04:00
ipadiscovery.py ipa-client discovery with anonymous access off 2013-03-20 09:22:10 +01:00
Makefile.am Fix issues reported by rpmlint. 2008-01-18 16:20:36 -05:00
ntpconf.py Stop and disable conflicting time&date services 2012-12-07 13:07:36 -05:00