fix: explicitely use py2
This commit is contained in:
parent
a9ad87e5b2
commit
ff09065081
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
|
|
||||||
import os, sys, pickle, subprocess
|
import os, sys, pickle, subprocess
|
||||||
from PyQt4 import QtCore, QtGui, QtWebKit
|
from PyQt4 import QtCore, QtGui, QtWebKit
|
||||||
|
|
Reference in a new issue