summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/scripting/python/samba/netcmd/dbcheck.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/scripting/python/samba/netcmd/dbcheck.py b/source4/scripting/python/samba/netcmd/dbcheck.py
index c1321d0f46..5f75c3ee6c 100644
--- a/source4/scripting/python/samba/netcmd/dbcheck.py
+++ b/source4/scripting/python/samba/netcmd/dbcheck.py
@@ -18,11 +18,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-import samba, ldb, sys
+import ldb, sys
import samba.getopt as options
from samba.auth import system_session
from samba.samdb import SamDB
-from samba.dcerpc import security
from samba.netcmd import (
Command,
CommandError,