summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/netcmd/__init__.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-08-23 08:52:19 +1000
committerAndrew Tridgell <tridge@samba.org>2010-08-23 15:55:39 +1000
commita2cb6ef017402e16d2012ffa165b66eb3dafe10b (patch)
treedf5b33f4200bc6f350bcdd7913363f0b2b6d6413 /source4/scripting/python/samba/netcmd/__init__.py
parent8a442b082284782987237a0ecf77213c43ed5dae (diff)
downloadsamba-a2cb6ef017402e16d2012ffa165b66eb3dafe10b.tar.gz
samba-a2cb6ef017402e16d2012ffa165b66eb3dafe10b.tar.bz2
samba-a2cb6ef017402e16d2012ffa165b66eb3dafe10b.zip
s4-net: moved the net join command to python
Pair-Programmed-With: Andrew Bartlett <abartlet@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, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/netcmd/__init__.py b/source4/scripting/python/samba/netcmd/__init__.py
index 08ddcefe910..331c543aabf 100644
--- a/source4/scripting/python/samba/netcmd/__init__.py
+++ b/source4/scripting/python/samba/netcmd/__init__.py
@@ -164,3 +164,5 @@ from samba.netcmd.spn import cmd_spn
commands["spn"] = cmd_spn()
from samba.netcmd.group import cmd_group
commands["group"] = cmd_group()
+from samba.netcmd.join import cmd_join
+commands["join"] = cmd_join()