Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 4e2c377

Browse files
authored
Make setup.py compatible with python 2 (#477)
1 parent d080687 commit 4e2c377

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
- [FIXED] Set default value for `partitioned` parameter to false when creating a design document.
44
- [FIXED] Corrected setting of `partitioned` flag for `create_query_index` requests.
5+
- [FIXED] Added a workaround for installation on Python 2.
56

67
# 2.13.0 (2020-04-16)
78

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
2020
"""
2121

22+
from io import open
2223
from os import path
2324
from setuptools import setup, find_packages
2425

0 commit comments

Comments
 (0)