diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-05 01:52:03 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-05 01:52:03 +0100 |
commit | 6febd1c1df02870bf8b529ca758d7155cf65ab35 (patch) | |
tree | 63de20e3de64a311e680b9604a39c432831498b5 /setup.py | |
parent | a7c26e7338ceed06b579775f315b078644a7482b (diff) |
Prepare widespread unicode literal use
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -from __future__ import print_function +from __future__ import print_function, unicode_literals import pkg_resources import sys |