summaryrefslogtreecommitdiff
path: root/source4/lib/registry/registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/registry/registry.py')
-rw-r--r--source4/lib/registry/registry.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/registry/registry.py b/source4/lib/registry/registry.py
index 4c6e735414..0aeefb86c1 100644
--- a/source4/lib/registry/registry.py
+++ b/source4/lib/registry/registry.py
@@ -3,6 +3,10 @@
#
# Don't modify this file, modify the SWIG interface instead.
+"""
+Access to various registry formats and the Samba registry.
+"""
+
import _registry
import new
new_instancemethod = new.instancemethod