Skip to content

Commit 51e8721

Browse files
committed
Adds missing codec import
1 parent 4fc69fc commit 51e8721

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
import sys
33
import os
44

5+
from codecs import open
6+
57
try:
68
from setuptools import setup, find_packages
79
except ImportError:

0 commit comments

Comments
 (0)