summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipa-client/ipaclient/__init__.py3
-rw-r--r--ipaserver/install/__init__.py2
2 files changed, 0 insertions, 5 deletions
diff --git a/ipa-client/ipaclient/__init__.py b/ipa-client/ipaclient/__init__.py
index 39c97d2f..65ab6ac3 100644
--- a/ipa-client/ipaclient/__init__.py
+++ b/ipa-client/ipaclient/__init__.py
@@ -16,6 +16,3 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-
-__all__ = ["ipadiscovery", "ipachangeconf"]
-
diff --git a/ipaserver/install/__init__.py b/ipaserver/install/__init__.py
index bc222941..fc08ea43 100644
--- a/ipaserver/install/__init__.py
+++ b/ipaserver/install/__init__.py
@@ -17,5 +17,3 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-
-__all__ = ["dsinstance", "krbinstance"]