Skip to content
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.

Commit

Permalink
Fix Python 2 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
tr1cks committed Mar 15, 2017
1 parent 2685b65 commit 7d068c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thriftpy/parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""

from __future__ import absolute_import
from io import open

import collections
import os
Expand Down

0 comments on commit 7d068c4

Please sign in to comment.