mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
s4-python Ensure we add the Samba python path first.
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett
This commit is contained in:
@ -8,7 +8,7 @@ import time
|
||||
import base64
|
||||
import os
|
||||
|
||||
sys.path.append("bin/python")
|
||||
sys.path.insert(0, "bin/python")
|
||||
import samba
|
||||
samba.ensure_external_module("testtools", "testtools")
|
||||
samba.ensure_external_module("subunit", "subunit/python")
|
||||
|
Reference in New Issue
Block a user