Skip to content
Snippets Groups Projects
Commit 3935aa82 authored by Patrick Robbe's avatar Patrick Robbe
Browse files

Add configuration script

parent 336d547f
Branches
Tags
No related merge requests found
......@@ -10,7 +10,7 @@
"""
import time
import os
## import pathtocomponents
import pathtocomponents
import sys
......
......@@ -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))
export PYTHONPATH=${PYTHONPATH}:../Python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment