From 13fa639a29a3e79d825a9b75ac507285e39ff364 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Dec 2008 23:38:30 +0100 Subject: Use plain C implementation for misc Python module rather than SWIG. --- source4/param/param.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/param/param.py') 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 -- cgit