1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-14 20:23:54 +03:00

KCC move and fix ldif_import_export and graph_utils tests

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall
2015-04-30 14:33:30 +12:00
committed by Andrew Bartlett
parent e6991d2a07
commit 6328b100a3
3 changed files with 19 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
# Unix SMB/CIFS implementation. Tests for graph_utils.py routines
# Unix SMB/CIFS implementation. Tests for kcc.graph_utils routines
# Copyright (C) Andrew Bartlett 2015
#
# Written by Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
@@ -17,11 +17,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
"""Tests for samba.graph_utils"""
"""Tests for samba.kcc.graph_utils"""
import samba
import samba.tests
from samba.graph_utils import *
from samba.kcc.graph_utils import *
import itertools