From e9c3f2ef13f62eb583bd7c5dfb6b94a0a8a0fc4f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Apr 2010 02:01:47 +0200 Subject: s4-python: Move ldb_set_utf8_casefold to pyldb-samba. --- source4/lib/ldb/tests/python/deletetest.py | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/tests/python/deletetest.py b/source4/lib/ldb/tests/python/deletetest.py index eff92c5f33..55f34fac14 100755 --- a/source4/lib/ldb/tests/python/deletetest.py +++ b/source4/lib/ldb/tests/python/deletetest.py @@ -1,7 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -import getopt import optparse import sys import os -- cgit