Fix q4thread typo.

This commit is contained in:
Stefan van der Walt
2009-11-01 23:58:25 +02:00
parent 4df00cb005
commit 308e76fb9c
+1 -1
View File
@@ -37,7 +37,7 @@ else:
def show(arr, block=True):
global app
if not '-qt4thread' in sys.argv and app is None:
if not '-q4thread' in sys.argv and app is None:
app = QApplication([])
arr = prepare_for_display(arr)