Skip to content
Snippets Groups Projects
Commit a4114d3a authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

Merge pull request #9 from vegard/patch-1

tests: use __file__ to determine library path
parents 8df82b72 48f4c8db
Branches
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
import sample
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment