Skip to content

Commit

Permalink
CI: py2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Nov 26, 2016
1 parent 9ba49e2 commit f4d8b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phconvert/pqreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
the processing.
"""

from __future__ import print_function
from __future__ import print_function, division
from past.builtins import xrange
from builtins import zip

Expand Down

0 comments on commit f4d8b8b

Please sign in to comment.