aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/linux.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/platforms/linux.py')
-rw-r--r--build_scripts/platforms/linux.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index f28796a22..f18399119 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -38,11 +38,13 @@
#############################################################################
import os
-from ..utils import (copydir, copyfile, copy_icu_libs, find_files_using_glob,
- linux_patch_executable)
+
from ..config import config
+from ..utils import (copy_icu_libs, copydir, copyfile, find_files_using_glob,
+ linux_patch_executable)
from ..versions import PYSIDE
+
def prepare_standalone_package_linux(self, vars):
built_modules = vars['built_modules']