mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-13 06:15:06 +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
|
* downloading channels is currently not possible
|
||||||
* logical sorting of IOS in downloader (IOS4 is the first, not after IOS39)
|
* logical sorting of IOS in downloader (IOS4 is the first, not after IOS39)
|
||||||
taken from: [http://code.activestate.com/recipes/135435/]
|
taken from: [http://code.activestate.com/recipes/135435/]
|
||||||
|
* ensure Python 2.x is used, Python 3.x is not yet supported
|
||||||
|
|
||||||
-- 0.3 --
|
-- 0.3 --
|
||||||
* Updated some porject's files which still referenced wii signer
|
* 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 -*-
|
#-*- coding: utf-8 -*-
|
||||||
import sys
|
import sys
|
||||||
from PyQt4.QtGui import QApplication
|
from PyQt4.QtGui import QApplication
|
||||||
|
Loading…
Reference in New Issue
Block a user