Skip to content

Commit

Permalink
Improve python 2/3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jul 27, 2016
1 parent 80a3f7a commit 8f4caed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataproperty/_property_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.. codeauthor:: Tsuyoshi Hombashi <gogogo.vm@gmail.com>
"""

from six.moves import zip

from ._data_property import DataProperty
from ._data_property import ColumnDataProperty
from ._function import is_empty_sequence
Expand Down

0 comments on commit 8f4caed

Please sign in to comment.