Skip to content

Commit

Permalink
fix test import py3
Browse files Browse the repository at this point in the history
  • Loading branch information
kinverarity1 committed Feb 15, 2016
1 parent 5db8337 commit 851de48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_wrapped.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from lasio import read

from cStringIO import StringIO
from lasio.reader import StringIO

egfn = lambda fn: os.path.join(os.path.dirname(__file__), "examples", fn)
stegfn = lambda vers, fn: os.path.join(
Expand Down
2 changes: 1 addition & 1 deletion tests/test_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from lasio import read, ExcelConverter

from cStringIO import StringIO
from lasio.reader import StringIO

test_dir = os.path.dirname(__file__)

Expand Down

0 comments on commit 851de48

Please sign in to comment.