diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 23:38:30 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-20 23:38:30 +0100 |
commit | 13fa639a29a3e79d825a9b75ac507285e39ff364 (patch) | |
tree | 3d6d2f9797e7a8c6fbfc7298c3c3c2dd11413e4e /source4/param/param.py | |
parent | 0d585a67ed469a0657ae8c40098f5b862e8e4084 (diff) | |
download | samba-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.py | 1 |
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 |