diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-07 09:38:50 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-07 09:38:50 -0500 |
commit | b8d92af19e26efa9bf50c2d3e63618b0a6f09fa5 (patch) | |
tree | c6b202c9820e06cf601a11b67f7d8d2b23f0bf04 | |
parent | bc9ec216eb133fd0b593dfd2661878f9c020bc7a (diff) | |
download | python-setuptools-git-20.0.tar.gz |
Fix failing tests on Python 220.0
-rw-r--r-- | pkg_resources/tests/test_resources.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg_resources/tests/test_resources.py b/pkg_resources/tests/test_resources.py index efaf8db4..f2afdf95 100644 --- a/pkg_resources/tests/test_resources.py +++ b/pkg_resources/tests/test_resources.py @@ -1,3 +1,5 @@ +from __future__ import unicode_literals + import os import sys import string |