mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 09:49:17 +07:00
[REM] technical: remove test for Python version
This commit is contained in:
committed by
Antoine Vandevenne (anv)
parent
8a0f371531
commit
93bb794ebc
@@ -7,11 +7,7 @@ from docutils import nodes
|
||||
from sphinx import addnodes, util, builders
|
||||
from sphinx.locale import admonitionlabels
|
||||
|
||||
try:
|
||||
from urllib import url2pathname
|
||||
except ImportError:
|
||||
# P3
|
||||
from urllib.request import url2pathname
|
||||
from urllib.request import url2pathname
|
||||
|
||||
|
||||
def _parents(node):
|
||||
|
||||
Reference in New Issue
Block a user