Fix missing encoding pragma on python files
This commit is contained in:
parent
0cd499eee1
commit
ac17db97fc
85 changed files with 85 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
from __future__ import print_function
|
||||
from setuptools import setup
|
||||
from subprocess import call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue