test_qgsserver_wms_getmap_ignore_bad_layers.py (QGIS-final-3_10_11) | : | test_qgsserver_wms_getmap_ignore_bad_layers.py (QGIS-final-3_10_12) | ||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
.. 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__ = '13/04/2020' | __date__ = '13/04/2020' | |||
__copyright__ = 'Copyright 2020, The QGIS Project' | __copyright__ = 'Copyright 2020, 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 | |||
# Needed on Qt 5 so that the serialization of XML is consistent among all execut ions | # Needed on Qt 5 so that the serialization of XML is consistent among all execut ions | |||
os.environ['QT_HASH_SEED'] = '1' | os.environ['QT_HASH_SEED'] = '1' | |||
import re | import re | |||
import urllib.request | import urllib.request | |||
import urllib.parse | import urllib.parse | |||
import urllib.error | import urllib.error | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |