Skip to content
Permalink
Browse files
Temporarily fix generate_test_mask_image.py by rolling back to Qt4
  • Loading branch information
nyalldawson committed May 9, 2016
1 parent 56783c9 commit 948c1f0
Showing 1 changed file with 1 addition and 1 deletion.
@@ -8,7 +8,7 @@
import os
import sys
import argparse
from qgis.PyQt.QtGui import QImage, QColor, qRed, qBlue, qGreen, qAlpha, qRgb
from PyQt4.QtGui import QImage, QColor, qRed, qBlue, qGreen, qAlpha, qRgb
import struct
import urllib2
import glob

0 comments on commit 948c1f0

Please sign in to comment.