Migrate to py3

This commit is contained in:
Carlos G?lvez 2019-09-13 15:06:10 +02:00
parent 4843e600f2
commit 6af4596842
1 changed files with 1 additions and 1 deletions

View File

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