Use unicode_literals in bootstrap script

This commit is contained in:
Jason R. Coombs 2017-07-13 14:23:07 -04:00
parent 2cd7f22eb6
commit dd622e26da
1 changed files with 2 additions and 0 deletions

View File

@ -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