From: Douglas Bagnall Date: Wed, 28 Apr 2021 01:06:06 +0000 (+0000) Subject: python/hostconfig: remove 'from __future__ import absolute_import' X-Git-Tag: tevent-0.11.0~1009 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba4aa2e8c1f2c428212301f5584f2bd59252ecdb;p=thirdparty%2Fsamba.git python/hostconfig: remove 'from __future__ import absolute_import' obsolete in Python 3. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/hostconfig.py b/python/samba/hostconfig.py index 970f4892b91..f3c9aadce8b 100644 --- a/python/samba/hostconfig.py +++ b/python/samba/hostconfig.py @@ -16,7 +16,6 @@ # """Local host configuration.""" -from __future__ import absolute_import from .samdb import SamDB