1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

Fix more unresolved symbols.

This commit is contained in:
Jelmer Vernooij
2009-04-23 01:21:47 +02:00
parent fe2b04b4bb
commit 6ace18904d
14 changed files with 99 additions and 88 deletions

View File

@ -28,7 +28,7 @@ import os
def _in_source_tree():
"""Check whether the script is being run from the source dir. """
return os.path.exists("%s/../../../samba4-skip" % os.path.dirname(__file__))
return os.path.exists("%s/../../../selftest/skip" % os.path.dirname(__file__))
# When running, in-tree, make sure bin/python is in the PYTHONPATH