tests   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 5
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 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