From a9def5c6971fa1dea3aaa2da0e5dfd9246dd0c87 Mon Sep 17 00:00:00 2001 From: Tim Beale Date: Wed, 9 Jan 2019 10:15:49 +1300 Subject: 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 Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Jan 9 14:30:31 CET 2019 on sn-devel-144 --- python/samba/tests/libsmb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/samba/tests/libsmb.py') diff --git a/python/samba/tests/libsmb.py b/python/samba/tests/libsmb.py index 5a37b09978b..e8f8e7fe94d 100644 --- a/python/samba/tests/libsmb.py +++ b/python/samba/tests/libsmb.py @@ -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 -- cgit v1.2.1