mirror of
https://github.com/NaN-tic/trytond-frepple.git
synced 2023-12-14 04:52:55 +01:00
Fix setup.py encoding.
This commit is contained in:
parent
1a6f5f9cc9
commit
cda6f2f9c4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# encoding: utf-8
|
||||
from setuptools import setup
|
||||
import re
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue