summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/__init__.py
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-06-28 11:48:13 -0400
committerAndrew Tridgell <tridge@samba.org>2011-07-21 10:32:23 +1000
commit0cef2bff9cf0bea695898bd8237613cfa2b2e7f8 (patch)
tree4d544301a9c31824d9a10e9a97073a954a29a1c0 /source4/scripting/python/samba/netcmd/__init__.py
parent2d4988c3d79e501003875cd26b7f9aaa72402b31 (diff)
downloadsamba-0cef2bff9cf0bea695898bd8237613cfa2b2e7f8.tar.gz
samba-0cef2bff9cf0bea695898bd8237613cfa2b2e7f8.tar.bz2
samba-0cef2bff9cf0bea695898bd8237613cfa2b2e7f8.zip
samba-tool: removed domainlevel as it has been moved to domain level
The functionality of domainlevel has been moved the "domain level" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/scripting/python/samba/netcmd/__init__.py')
-rw-r--r--source4/scripting/python/samba/netcmd/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/netcmd/__init__.py b/source4/scripting/python/samba/netcmd/__init__.py
index 6c502c8238d..fe05de911b9 100644
--- a/source4/scripting/python/samba/netcmd/__init__.py
+++ b/source4/scripting/python/samba/netcmd/__init__.py
@@ -174,8 +174,6 @@ class CommandError(Exception):
commands = {}
-from samba.netcmd.domainlevel import cmd_domainlevel
-commands["domainlevel"] = cmd_domainlevel()
from samba.netcmd.newuser import cmd_newuser
commands["newuser"] = cmd_newuser()
from samba.netcmd.netacl import cmd_acl