summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2021-04-28 01:06:06 +0000
committerAndrew Bartlett <abartlet@samba.org>2021-04-28 03:43:34 +0000
commitba4aa2e8c1f2c428212301f5584f2bd59252ecdb (patch)
treed2a40f30f571b6f08b9ed345ab46b7b1c2956593 /python
parentc3a95b22aa1cf9bacba57d094a1ec178ee77cd63 (diff)
downloadsamba-ba4aa2e8c1f2c428212301f5584f2bd59252ecdb.tar.gz
python/hostconfig: remove 'from __future__ import absolute_import'
obsolete in Python 3. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/hostconfig.py1
1 files changed, 0 insertions, 1 deletions
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