Fix tests in light of 6ff1f53

This commit is contained in:
Michael Wiencek
2014-01-16 19:38:15 -06:00
parent 6ff1f5350f
commit bae1672ef1

View File

@@ -4,6 +4,7 @@
import glob
import os
import re
import sip
import sys
import subprocess
from StringIO import StringIO
@@ -17,6 +18,10 @@ if sys.version_info < (2, 6):
print "*** You need Python 2.6 or higher to use Picard."
sip.setapi("QString", 2)
sip.setapi("QVariant", 2)
args = {}