Commit dd622e26 authored by Jason R. Coombs's avatar Jason R. Coombs

Use unicode_literals in bootstrap script

parent 2cd7f22e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment