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

Commit

Permalink
use codecs.open for enhanced Python2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
beniwohli committed Jun 7, 2016
1 parent e8b76bb commit 460bf2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

import sys
import os
from codecs import open

from setuptools import setup, find_packages, Extension
from opbeat.version import VERSION
Expand Down

0 comments on commit 460bf2e

Please sign in to comment.