Skip to content

Commit

Permalink
Attempt to resolve import error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed May 19, 2015
1 parent 93a756b commit 53a98e0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_obo_reading.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import sys

import pytest

sys.path.append("../")

def test_parse_tag_line_newline_agnostic():
import obo.read
for line in ['saved-by: vw', 'saved-by: vw\n']:
Expand Down

0 comments on commit 53a98e0

Please sign in to comment.