mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Modifications needed for Odoo 11.0 and Python3
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
:license: BSD, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
from ConfigParser import NoOptionError, NoSectionError, SafeConfigParser
|
||||
from urllib import pathname2url
|
||||
from urlparse import urljoin
|
||||
from configparser import NoOptionError, NoSectionError, SafeConfigParser
|
||||
from urllib.request import pathname2url
|
||||
from urllib.parse import urljoin
|
||||
import os
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user