Skip to content

Commit

Permalink
Added __future__ imports for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Jan 22, 2019
1 parent 50e72c1 commit 359026b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sciunit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"""

from __future__ import print_function
from __future__ import unicode_literals

from .utils import settings
from .models import Model
Expand All @@ -15,4 +16,4 @@
from .errors import Error
from .scores.collections import ScoreArray, ScoreMatrix, ScorePanel
from .scores.collections_m2m import ScoreArrayM2M, ScoreMatrixM2M
from .version import __version__
from .version import __version__

0 comments on commit 359026b

Please sign in to comment.