aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/bld_qtcreator_plugins.py
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-01-22 10:59:04 +0100
committerEike Ziller <eike.ziller@qt.io>2020-01-29 07:55:57 +0000
commitf17831edec63c0ddcbb63d9e825c70aa0cb1c0a5 (patch)
tree778def6526d164b0c8c271e447d735e87f1db14e /packaging-tools/bld_qtcreator_plugins.py
parent3e811d6068ad7b992f5578eaec824ea41c0f7100 (diff)
Remove need to call bldinstallercommon.init_common_module
The bldinstallercommon module can do this setup itself, no need for forcing everyone to do that manually. Change-Id: Ia0424543f2a5345bdbf5135aeadaa4d9cfb6d746 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
Diffstat (limited to 'packaging-tools/bld_qtcreator_plugins.py')
-rwxr-xr-xpackaging-tools/bld_qtcreator_plugins.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging-tools/bld_qtcreator_plugins.py b/packaging-tools/bld_qtcreator_plugins.py
index 244f24ace..af2f776a1 100755
--- a/packaging-tools/bld_qtcreator_plugins.py
+++ b/packaging-tools/bld_qtcreator_plugins.py
@@ -231,7 +231,6 @@ def build_plugins(caller_arguments):
bldinstallercommon.remove_tree(paths.qtc_build)
def main():
- bldinstallercommon.init_common_module(os.path.dirname(os.path.realpath(__file__)))
caller_arguments = parse_arguments()
build_plugins(caller_arguments)