Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix generate_test_mask_image script
  • Loading branch information
nyalldawson committed Mar 31, 2016
1 parent 897cd3c commit 47cc447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_test_mask_image.py
Expand Up @@ -8,7 +8,7 @@
import os
import sys
import argparse
from PyQt.QtGui import QImage, QColor
from PyQt.QtGui import QImage, QColor, qRed, qBlue, qGreen, qAlpha, qRgb
import struct
import urllib2
import glob
Expand Down

0 comments on commit 47cc447

Please sign in to comment.