1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-15 16:59:09 +03:00

s4-python: Move dsdb constants to a separate python module.

This commit is contained in:
Jelmer Vernooij
2010-04-04 00:14:23 +02:00
parent e5b33be2f2
commit 31a517e172
11 changed files with 105 additions and 127 deletions

View File

@ -34,7 +34,7 @@ from samba.netcmd import (
Option,
)
from samba.samdb import SamDB
from samba import (
from samba.dsdb import (
DS_DOMAIN_FUNCTION_2000,
DS_DOMAIN_FUNCTION_2003,
DS_DOMAIN_FUNCTION_2003_MIXED,