From 76f8932332bb1b1707d740cd8563e50c6331d459 Mon Sep 17 00:00:00 2001 From: Jephte CLAIN Date: Sun, 8 Dec 2013 03:22:29 +0400 Subject: [PATCH] renommer xpath en uxpath --- lib/uinst/conf | 2 +- pyulib/src/uapps/{xpath.py => uxpath.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pyulib/src/uapps/{xpath.py => uxpath.py} (100%) 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