mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-10 21:05:10 +01:00
ensure python2 is used
This commit is contained in:
parent
ecc2a8e4c7
commit
82bf0b0cb3
@ -4,6 +4,7 @@
|
||||
* downloading channels is currently not possible
|
||||
* logical sorting of IOS in downloader (IOS4 is the first, not after IOS39)
|
||||
taken from: [http://code.activestate.com/recipes/135435/]
|
||||
* ensure Python 2.x is used, Python 3.x is not yet supported
|
||||
|
||||
-- 0.3 --
|
||||
* Updated some porject's files which still referenced wii signer
|
||||
|
2
Qwad.pyw
2
Qwad.pyw
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#-*- coding: utf-8 -*-
|
||||
import sys
|
||||
from PyQt4.QtGui import QApplication
|
||||
|
Loading…
Reference in New Issue
Block a user