mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
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
This commit is contained in:
committed by
Stefan Metzmacher
parent
84069c8a54
commit
a9def5c697
@ -17,7 +17,7 @@
|
||||
|
||||
"""Tests for samba.samba3.libsmb."""
|
||||
|
||||
from samba.samba3 import libsmb
|
||||
from samba.samba3 import libsmb_samba_internal as libsmb
|
||||
from samba.dcerpc import security
|
||||
from samba.samba3 import param as s3param
|
||||
from samba import credentials
|
||||
|
Reference in New Issue
Block a user