summaryrefslogtreecommitdiff
path: root/community-testing/root/root.sh
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-28 11:27:48 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-09-28 11:27:48 -0500
commit339250d6a0c7837009f059f741df099d57c43820 (patch)
tree3df8e851cb55d1ad08f090ae94d43b806da72fe2 /community-testing/root/root.sh
parent6987643a3fc70f8ecdccfe1672871c275465cb7d (diff)
Updated testing
Diffstat (limited to 'community-testing/root/root.sh')
-rw-r--r--community-testing/root/root.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/community-testing/root/root.sh b/community-testing/root/root.sh
new file mode 100644
index 000000000..685e6036b
--- /dev/null
+++ b/community-testing/root/root.sh
@@ -0,0 +1,5 @@
+if [ $PYTHONPATH ]; then
+ export PYTHONPATH=$PYTHONPATH:/usr/lib/root;
+else
+ export PYTHONPATH=/usr/lib/root;
+fi