Skip to content
Snippets Groups Projects
Commit a6fa8c7e authored by Brian Moe's avatar Brian Moe
Browse files

sys.path points to glue from git HEAD

parent 3f5439f5
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,11 @@ sys.path.append('/home/lars/django')
# OK, the lib/lib64 situation should be handled better.
sys.path.append('/opt/lscsoft/glue/lib64/python2.4/site-packages')
sys.path.append('/opt/lscsoft/glue/lib/python2.4/site-packages')
sys.path.append('/opt/lscsoft-bleed/lib64/python2.4/site-packages')
sys.path.append('/opt/lscsoft-bleed/lib/python2.4/site-packages')
#sys.path.append('/opt/lscsoft/glue/lib64/python2.4/site-packages')
#sys.path.append('/opt/lscsoft/glue/lib/python2.4/site-packages')
sys.path.append('/opt/lscsoft/pylal/lib/python2.4/site-packages')
sys.path.append('/opt/lscsoft/pylal/lib64/python2.4/site-packages')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment