aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-13 14:23:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-13 14:23:07 -0400
commitdd622e26da86651bf1f0506452c2c55eb1eb8f4d (patch)
tree4177a2e653c078dde44e624f86ab8dc9940b1e22 /bootstrap.py
parent2cd7f22eb62b413d65fe4208d66f7e2738f71a56 (diff)
downloadexternal_python_setuptools-dd622e26da86651bf1f0506452c2c55eb1eb8f4d.tar.gz
external_python_setuptools-dd622e26da86651bf1f0506452c2c55eb1eb8f4d.tar.bz2
external_python_setuptools-dd622e26da86651bf1f0506452c2c55eb1eb8f4d.zip
Use unicode_literals in bootstrap script
Diffstat (limited to 'bootstrap.py')
-rw-r--r--bootstrap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.py b/bootstrap.py
index f3a12c07..8c7d7fc3 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -5,6 +5,8 @@ environment by creating a minimal egg-info directory and then invoking the
egg-info command to flesh out the egg-info directory.
"""
+from __future__ import unicode_literals
+
import os
import sys
import textwrap