[REM] technical: remove test for Python version

This commit is contained in:
Arnaud Joset 2020-02-20 10:46:10 +01:00 committed by Antoine Vandevenne (anv)
parent 8a0f371531
commit 93bb794ebc

View File

@ -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):