diff options
Diffstat (limited to 'source4/scripting/python/samba/tests/hostconfig.py')
-rw-r--r-- | source4/scripting/python/samba/tests/hostconfig.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/hostconfig.py b/source4/scripting/python/samba/tests/hostconfig.py index 6f5f7f7c737..78ca6202b2c 100644 --- a/source4/scripting/python/samba/tests/hostconfig.py +++ b/source4/scripting/python/samba/tests/hostconfig.py @@ -16,6 +16,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # + +"""Tests for samba.hostconfig.""" + from samba.hostconfig import SharesContainer from samba.tests import TestCase |