summaryrefslogtreecommitdiff
path: root/python/samba/hostconfig.py
diff options
context:
space:
mode:
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."""