Mercurial > repos > jjkoehorst > sapp
comparison genetic_elements/aragorn/aragorn.py @ 24:9610ddbca991
.
author | jjkoehorst <jasperkoehorst@gmail.com> |
---|---|
date | Sat, 21 Feb 2015 19:25:28 +0100 |
parents | 2561c51e6605 |
children |
comparison
equal
deleted
inserted
replaced
23:48fda68e50b1 | 24:9610ddbca991 |
---|---|
1 | |
1 def delete_galaxy(): | 2 def delete_galaxy(): |
2 import sys | 3 import sys |
3 for index, path in enumerate(sys.path): | 4 for index, path in enumerate(sys.path): |
4 if "galaxy-dist/" in path: | 5 if "galaxy-dist/" in path: |
5 sys.path[index] = '' | 6 sys.path[index] = '' |