diff --git a/lib/uinst/conf b/lib/uinst/conf index 9fd56ba..b07ebfb 100644 --- a/lib/uinst/conf +++ b/lib/uinst/conf @@ -8,7 +8,7 @@ cd "$scriptdir/../.." rm -rf pyulib/{build,devel,migrate,test} # liens pour les scripts python -for i in plver plbck uencdetect urandomize umail wofixsql xpath; do +for i in plver plbck uencdetect urandomize umail uxpath wofixsql; do ln -s lib/pywrapper "$i" done ln -s ulib/support/cgiupload.py diff --git a/pyulib/src/uapps/xpath.py b/pyulib/src/uapps/uxpath.py similarity index 100% rename from pyulib/src/uapps/xpath.py rename to pyulib/src/uapps/uxpath.py