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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index d33314f9a..1cfcc27b9 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -41,7 +41,7 @@ from ..utils import (copydir, copyfile, copy_icu_libs, find_files_using_glob,
linux_set_rpaths, linux_run_read_elf, linux_get_rpaths,
rpaths_has_origin)
from ..config import config
-
+from ..versions import PYSIDE
def prepare_standalone_package_linux(self, vars):
built_modules = vars['built_modules']