summaryrefslogtreecommitdiff
path: root/python/samba/hostconfig.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:20:39 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:29 +0200
commit211c9a5f85bffbb012b4567bad265c9339588fbf (patch)
treed22f062161bdd07b60c6ac3bd42964ea902a402b /python/samba/hostconfig.py
parent542e91ef9222302303d2ecc10dceb96d1b0d5bab (diff)
downloadsamba-211c9a5f85bffbb012b4567bad265c9339588fbf.tar.gz
PEP8: fix E302: expected 2 blank lines, found 1
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'python/samba/hostconfig.py')
-rw-r--r--python/samba/hostconfig.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/samba/hostconfig.py b/python/samba/hostconfig.py
index 07916ab7cac..970f4892b91 100644
--- a/python/samba/hostconfig.py
+++ b/python/samba/hostconfig.py
@@ -19,6 +19,7 @@
from __future__ import absolute_import
from .samdb import SamDB
+
class Hostconfig(object):
"""Aggregate object that contains all information about the configuration
of a Samba host."""