fix(unicode): Import unicode_literals in every file

This commit is contained in:
Aditya Hase
2019-01-22 18:22:20 +05:30
parent 815c575a0b
commit f3c22f342c
274 changed files with 316 additions and 29 deletions

View File

@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from setuptools import setup, find_packages
import re, ast