Add and run fix-encoding-pragma hook

This commit is contained in:
Chris Kuehl 2016-01-08 15:42:09 -08:00 committed by Chris Kuehl
parent 7b77420b81
commit db61a217f1
76 changed files with 79 additions and 7 deletions

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import collections

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from __future__ import unicode_literals

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from setuptools import find_packages
from setuptools import setup

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from setuptools import find_packages
from setuptools import setup

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
import sys

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from setuptools import find_packages
from setuptools import setup

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import os