1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +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:
Andrew Bartlett
2011-02-01 14:43:34 +11:00
parent 38aacd7a7b
commit 7faa3be453
16 changed files with 16 additions and 16 deletions

View File

@ -8,7 +8,7 @@ import time
import random
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")