diff options
Diffstat (limited to 'bootstrap.py')
-rw-r--r-- | bootstrap.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.py b/bootstrap.py index 43c7b2b2..25783e69 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -5,8 +5,6 @@ environment by creating a minimal egg-info directory sufficient for setuptools to build its own egg-info. """ -from __future__ import unicode_literals - import os import textwrap import io |