Migrate to python 3

This commit is contained in:
Albert Cervera i Areny
2018-09-03 23:37:02 +02:00
parent e4461e24cf
commit b48f3318d9
4 changed files with 6 additions and 14 deletions

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 = {}