From: David Mulder Date: Wed, 11 Apr 2018 18:45:40 +0000 (-0600) Subject: gpo: python chardet is not a dep of samba X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=09c21214798ad435db488d206050d842b117166e gpo: python chardet is not a dep of samba Signed-off-by: David Mulder Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Autobuild-User(master): Douglas Bagnall Autobuild-Date(master): Thu Apr 12 11:27:03 CEST 2018 on sn-devel-144 --- diff --git a/python/samba/gpclass.py b/python/samba/gpclass.py index 0876e54cefb6..0966611b6866 100644 --- a/python/samba/gpclass.py +++ b/python/samba/gpclass.py @@ -29,7 +29,6 @@ from samba.net import Net from samba.dcerpc import nbt from samba import smb import samba.gpo as gpo -import chardet try: from enum import Enum