Skip to content
Permalink
Browse files
Early import qgis in tests to set SIP API
  • Loading branch information
m-kuhn committed May 2, 2016
1 parent 5558ff9 commit a230fc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
@@ -14,6 +14,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import qgis
from PyQt4 import QtCore
import sys
import os
@@ -23,6 +23,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import qgis
import os

from PyQt4.QtCore import QSize
@@ -12,6 +12,7 @@
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import qgis
import os

from PyQt4.QtCore import QFileInfo, QDir

0 comments on commit a230fc9

Please sign in to comment.