Fix lint.

This commit is contained in:
Florian Bruhin 2015-08-14 06:59:36 +02:00
parent 4dee427f0e
commit 3bfcfaba4c

View File

@ -35,6 +35,7 @@ import urllib
PYQT_VERSION = '5.4.2'
def apt_get(args):
subprocess.check_call(['sudo', 'apt-get', '-y', '-q'] + args)
@ -99,6 +100,7 @@ else:
file=sys.stderr)
sys.exit(1)
print("Checking setup...")
subprocess.check_call(['python3', '-c', 'import PyQt5'])
subprocess.check_call(['python3', '-c', 'import sip'])