commit | b98d77c546835aeded413cd7048e503f0158f387 | [log] [tgz] |
---|---|---|
author | Brett Cannon <[email protected]> | Fri Dec 06 11:15:03 2019 -0800 |
committer | Brett Cannon <[email protected]> | Fri Dec 06 11:15:03 2019 -0800 |
tree | ce001c73cd7e162afc6c66ec9ee826c8a44bc88f | |
parent | 6ef7577baf8a99539d4c2e3965c4797c6ea5d318 [diff] [blame] |
Appease Python 2.7
diff --git a/setup.py b/setup.py index d51c902..dd0a391 100644 --- a/setup.py +++ b/setup.py
@@ -1,3 +1,5 @@ +from io import open + from setuptools import setup from uritemplate import __version__