test_qgsserver_apicontext.py (QGIS-final-3_10_11) | : | test_qgsserver_apicontext.py (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 14 | skipping to change at line 14 | |||
.. note:: This program is free software; you can redistribute it and/or modify | .. note:: This program is free software; you can redistribute it and/or modify | |||
it under the terms of the GNU General Public License as published by | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation; either version 2 of the License, or | the Free Software Foundation; either version 2 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
""" | """ | |||
__author__ = 'Alessandro Pasotti' | __author__ = 'Alessandro Pasotti' | |||
__date__ = '11/07/2019' | __date__ = '11/07/2019' | |||
__copyright__ = 'Copyright 2019, The QGIS Project' | __copyright__ = 'Copyright 2019, The QGIS Project' | |||
# This will get replaced with a git SHA1 when you do a git archive | # This will get replaced with a git SHA1 when you do a git archive | |||
__revision__ = 'd2171173e439b7a67b24646a15cc6111c3fafefb' | __revision__ = '75c848ffb1e501fbaaa28a09d168b88c7b58333c' | |||
import os | import os | |||
import json | import json | |||
import re | import re | |||
# Deterministic XML | # Deterministic XML | |||
os.environ['QT_HASH_SEED'] = '1' | os.environ['QT_HASH_SEED'] = '1' | |||
from qgis.server import ( | from qgis.server import ( | |||
QgsBufferServerRequest, | QgsBufferServerRequest, | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |