Skip to content

Commit

Permalink
Temporarily fix generate_test_mask_image.py by rolling back to Qt4
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 9, 2016
1 parent 56783c9 commit 948c1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_test_mask_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 948c1f0

Please sign in to comment.