Skip to content

Commit

Permalink
TST #234
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Sep 3, 2019
1 parent b2e2e67 commit 2389cfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_utils.py
Expand Up @@ -9,8 +9,7 @@
import time
import unittest

_path = os.path.dirname(__file__)
_path = os.path.join(_path, '..')
_path = os.path.join(os.path.dirname(__file__), '..')
if _path not in sys.path:
sys.path.insert(0, _path)

Expand Down

0 comments on commit 2389cfd

Please sign in to comment.