s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internal
authorTim Beale <timbeale@catalyst.net.nz>
Tue, 8 Jan 2019 21:15:49 +0000 (10:15 +1300)
committerStefan Metzmacher <metze@samba.org>
Wed, 9 Jan 2019 13:30:31 +0000 (14:30 +0100)
commita9def5c6971fa1dea3aaa2da0e5dfd9246dd0c87
treeac7c50258612c4a7bde571f8c3f3f29a9ae822e3
parent84069c8a5476a47d45ab946d82abb0d6c04635c3
s3:libsmb: Revert SMB Py bindings name back to libsmb_samba_internal

In order to make it clear that the APIs in these Python bindings are
unstable and should not be used by external consumers, this patch
changes the name of the Python bindings back to libsmb_samba_internal.

To make the Python code that uses these bindings (i.e. samba-tool, etc)
look a little cleaner, we can just change the module name as we import
it, e.g.

  from samba.samba3 import libsmb_samba_internal as libsmb

Signed-off-by: Tim Beale <timbeale@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Wed Jan  9 14:30:31 CET 2019 on sn-devel-144
python/samba/ntacls.py
python/samba/tests/dcerpc/raw_testcase.py
python/samba/tests/libsmb.py
python/samba/tests/smb.py
source3/libsmb/pylibsmb.c
source3/wscript_build