From 352aff8ed7e06c14b7a00a56b31c79ffddf71dd4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 21 Mar 2013 13:34:26 +1100 Subject: scripting: Move samba.provision.descriptor to samba.descriptor This will allow dbcheck to import it, without a cirucular dependency via samba.provision importing dbcheck. Andrew Bartlett Reviewed-by: Stefan Metzmacher --- python/samba/provision/sambadns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/samba/provision/sambadns.py') diff --git a/python/samba/provision/sambadns.py b/python/samba/provision/sambadns.py index 4522683fe8..a5a45cf494 100644 --- a/python/samba/provision/sambadns.py +++ b/python/samba/provision/sambadns.py @@ -36,7 +36,7 @@ from samba.dsdb import ( DS_DOMAIN_FUNCTION_2003, DS_DOMAIN_FUNCTION_2008_R2 ) -from samba.provision.descriptor import ( +from samba.descriptor import ( get_domain_descriptor, get_domain_delete_protected1_descriptor, get_domain_delete_protected2_descriptor, -- cgit