1
0
Fork 0

Migrate to py3

This commit is contained in:
Raimon Esteve 2018-09-15 18:13:30 +02:00
parent 47a0a0050a
commit 306adcf324
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
# This file is part of the sale_pos_salesman module for Tryton.
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
pass

View File

@ -7,10 +7,7 @@ from setuptools import setup
import re
import os
import io
try:
from configparser import ConfigParser
except ImportError:
from ConfigParser import ConfigParser
from configparser import ConfigParser
MODULE2PREFIX = {}