1
0
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:
Jelmer Vernooij
2007-12-17 03:25:28 +01:00
committed by Stefan Metzmacher
parent 11c153163c
commit d7f0b12c9e
2 changed files with 41 additions and 1 deletions

View File

@@ -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")