Skip to content

Commit

Permalink
open -> io.open
Browse files Browse the repository at this point in the history
Python 2,3 compatibility madness.
Sandhisplitter class in sandhisplitter/__init__.py now uses open from io
module.
  • Loading branch information
jerinphilip committed Jul 19, 2016
1 parent 48e66f9 commit f1c115b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandhisplitter/__init__.py
@@ -1,5 +1,6 @@
from __future__ import absolute_import, division
from __future__ import print_function, unicode_literals
from io import open
import json
from sandhisplitter.splitter import Splitter
from sandhisplitter.postprocessor import PostProcessor
Expand Down

0 comments on commit f1c115b

Please sign in to comment.