mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
r26480: Add utility class for testing LDB code.
This commit is contained in:
committed by
Stefan Metzmacher
parent
11c153163c
commit
d7f0b12c9e
@@ -1,8 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
# Simple tests for the ldb python API
|
||||
# Simple tests for the ldb python bindings.
|
||||
# Copyright (C) 2007 Jelmer Vernooij <jelmer@samba.org>
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
# Required for the standalone LDB build
|
||||
sys.path.append("swig")
|
||||
sys.path.append("build/lib.linux-i686-2.4")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user