summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/registry.py')
-rw-r--r--source4/scripting/python/samba/tests/registry.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/registry.py b/source4/scripting/python/samba/tests/registry.py
index d01ebff909..97926850d2 100644
--- a/source4/scripting/python/samba/tests/registry.py
+++ b/source4/scripting/python/samba/tests/registry.py
@@ -17,6 +17,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+"""Tests for samba.registry."""
+
import os
from samba import registry
import samba.tests