Prepare widespread unicode literal use
This commit is contained in:
parent
a7c26e7338
commit
6febd1c1df
3 changed files with 158 additions and 118 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue