1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-04-07 00:05:28 -04:00
2016-03-25 01:00:45 +01:00

8 lines
160 B
Python

from __future__ import absolute_import
from future.utils import PY3
if PY3:
from html.entities import *
else:
from future.moves.html.entities import *