1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Simplify customization of pidl-generated Python modules.

This commit is contained in:
Jelmer Vernooij
2008-12-21 21:10:40 +01:00
parent 38a4749d2c
commit 7e651c7ef3
4 changed files with 159 additions and 83 deletions

View File

@ -38,7 +38,7 @@ from auth import system_session
from samba import Ldb, substitute_var, valid_netbios_name, check_all_substituted
from samba.samdb import SamDB
from samba.idmap import IDmapDB
import security
from samba.dcerpc import security
import urllib
from ldb import SCOPE_SUBTREE, SCOPE_ONELEVEL, SCOPE_BASE, LdbError, \
timestring, CHANGETYPE_MODIFY, CHANGETYPE_NONE