aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_qtcreator.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-11-17 10:06:31 +0100
committerEike Ziller <eike.ziller@theqtcompany.com>2015-11-18 09:51:42 +0000
commit4351a21a72b7ee65e3726e04d2601a8923f787a0 (patch)
treee8545c144087c0482ef46ad943a73fd528693755 /packaging-tools/bld_qtcreator.py
parentd4f31fdbeb31bd21488a57e4e4417ed10ef052fe (diff)
Fix various issues discovered by pylint
- Remove unnecessary parens - Use raw strings if they contain '\' - Removed unused variables and imports Change-Id: I17c7ac1ecff200af5a3d132a34662ee8e976c440 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com>
Diffstat (limited to 'packaging-tools/bld_qtcreator.py')
-rwxr-xr-xpackaging-tools/bld_qtcreator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging-tools/bld_qtcreator.py b/packaging-tools/bld_qtcreator.py
index cd8c30fbd..0459b0d98 100755
--- a/packaging-tools/bld_qtcreator.py
+++ b/packaging-tools/bld_qtcreator.py
@@ -51,7 +51,7 @@ import subprocess
import sys
# own imports
-from threadedwork import Task, ThreadedWork
+from threadedwork import ThreadedWork
from bld_utils import gitSHA, runBuildCommand, runCommand, runInstallCommand, stripVars
import bldinstallercommon