Skip to content

Commit

Permalink
[Server 3.0] added missing QgsApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Sep 27, 2016
1 parent 786fe50 commit e795393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsserver_accesscontrol.py
Expand Up @@ -24,7 +24,7 @@
from osgeo import gdal
from osgeo.gdalconst import GA_ReadOnly
from qgis.server import QgsServer, QgsAccessControlFilter
from qgis.core import QgsRenderChecker
from qgis.core import QgsRenderChecker, QgsApplication
from qgis.PyQt.QtCore import QSize
import tempfile
import urllib.request
Expand Down

0 comments on commit e795393

Please sign in to comment.