summaryrefslogtreecommitdiff
path: root/python/samba/netcmd/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/samba/netcmd/shell.py')
-rw-r--r--python/samba/netcmd/shell.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/samba/netcmd/shell.py b/python/samba/netcmd/shell.py
index 5df3aa11336..54c4019df36 100644
--- a/python/samba/netcmd/shell.py
+++ b/python/samba/netcmd/shell.py
@@ -50,7 +50,6 @@ class cmd_shell(Command):
context.update({
"samdb": samdb,
"ldb": ldb,
- "Model": Model,
})
context.update({model.__name__: model for model in MODELS.values()})