file info
This commit is contained in:
parent
3ed3530983
commit
38295dec35
1 changed files with 4 additions and 3 deletions
7
setup.py
7
setup.py
|
@ -1,7 +1,8 @@
|
||||||
""" Tryton module to add xrechnung-export to invoice
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
# This file is part of the account-invoice-xrechnung-module
|
||||||
|
# from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||||
|
# this repository contains the full copyright notices and license terms.
|
||||||
|
|
||||||
# Always prefer setuptools over distutils
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
# To use a consistent encoding
|
# To use a consistent encoding
|
||||||
from codecs import open
|
from codecs import open
|
||||||
|
|
Loading…
Reference in a new issue