summaryrefslogtreecommitdiff
path: root/source4/param/param.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-20 23:38:30 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-20 23:38:30 +0100
commit13fa639a29a3e79d825a9b75ac507285e39ff364 (patch)
tree3d6d2f9797e7a8c6fbfc7298c3c3c2dd11413e4e /source4/param/param.py
parent0d585a67ed469a0657ae8c40098f5b862e8e4084 (diff)
downloadsamba-13fa639a29a3e79d825a9b75ac507285e39ff364.tar.gz
samba-13fa639a29a3e79d825a9b75ac507285e39ff364.tar.bz2
samba-13fa639a29a3e79d825a9b75ac507285e39ff364.zip
Use plain C implementation for misc Python module rather than SWIG.
Diffstat (limited to 'source4/param/param.py')
-rw-r--r--source4/param/param.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/param/param.py b/source4/param/param.py
index 8b68e7a9b3..5c455671f9 100644
--- a/source4/param/param.py
+++ b/source4/param/param.py
@@ -262,5 +262,6 @@ param_section.next_parameter = new_instancemethod(_param.param_section_next_para
param_section_swigregister = _param.param_section_swigregister
param_section_swigregister(param_section)
+private_path = _param.private_path