From 3935aa8211170c420dbf5ec66e43f0ff9ff19d2d Mon Sep 17 00:00:00 2001
From: Patrick Robbe <robbe@lal.in2p3.fr>
Date: Sat, 26 Jan 2019 00:46:17 +0100
Subject: [PATCH] Add configuration script

---
 Scripts/config_PLLs.py      | 2 +-
 Scripts/pathtocomponents.py | 4 ++--
 Scripts/setup.sh            | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 Scripts/setup.sh

diff --git a/Scripts/config_PLLs.py b/Scripts/config_PLLs.py
index ed1e87c..3eb1427 100755
--- a/Scripts/config_PLLs.py
+++ b/Scripts/config_PLLs.py
@@ -10,7 +10,7 @@
 """
 import time
 import os
-## import pathtocomponents
+import pathtocomponents
 import sys
 
 
diff --git a/Scripts/pathtocomponents.py b/Scripts/pathtocomponents.py
index 4b3a2cc..626f0aa 100644
--- a/Scripts/pathtocomponents.py
+++ b/Scripts/pathtocomponents.py
@@ -12,8 +12,8 @@ from py import path
 
 
 cwd_path = path.local()
-scripts_fc0_path = cwd_path.pypkgpath()
+# scripts_fc0_path = cwd_path.pypkgpath()
 components_path = \
-    scripts_fc0_path.join("..", "FC0", "devices_lli", "components")
+    cwd_path.join("..", "Python", "components")
 
 sys.path.append(str(components_path))
diff --git a/Scripts/setup.sh b/Scripts/setup.sh
new file mode 100644
index 0000000..e7e3964
--- /dev/null
+++ b/Scripts/setup.sh
@@ -0,0 +1 @@
+export PYTHONPATH=${PYTHONPATH}:../Python
-- 
GitLab