mirror of
https://github.com/samba-team/samba.git
synced 2025-12-18 08:23:51 +03:00
python: domain: models: move OrganizationalPerson to org.py
There are other models like OrganizationalUnit which can go in org.py better if this is done first Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
3c0833ead5
commit
5ac4b6969b
@@ -27,7 +27,7 @@ from samba.dsdb import DS_GUID_USERS_CONTAINER
|
||||
|
||||
from .exceptions import NotFound
|
||||
from .fields import DnField, EnumField, IntegerField, NtTimeField, StringField
|
||||
from .person import OrganizationalPerson
|
||||
from .org import OrganizationalPerson
|
||||
from .types import AccountType, UserAccountControl
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user