| Total Complexity | 0 |
| Total Lines | 6 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | import sys |
||
| 2 | from os.path import dirname |
||
| 3 | from os.path import join |
||
| 4 | |||
| 5 | sys.path.insert(0, join(dirname(dirname(__file__)), 'src')) |
||
| 6 |