Merge pull request #9 from vegard/patch-1
tests: use __file__ to determine library path
This commit is contained in:
commit
a4114d3ad3
|
@ -2,6 +2,6 @@
|
|||
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
import sample
|
||||
import sample
|
||||
|
|
Loading…
Reference in New Issue