mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +03:00
python: move models out of the netcmd package
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
1f511acc13
commit
f739ef813c
@@ -20,7 +20,7 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
from samba.netcmd.domain.models import AuthenticationPolicy, User
|
||||
from samba.domain.models import AuthenticationPolicy, User
|
||||
|
||||
from .silo_base import SiloTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user