aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/_built_modules.py.in
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2017-11-27 17:01:22 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2017-11-27 17:01:22 +0100
commit1c9e0d95263480a5ae5d645cabb41f835d1dbb70 (patch)
tree25f46dc18d8f8430d46ad365452ce0d8a7c9d9d0 /sources/pyside2/PySide2/_built_modules.py.in
parentad14f64972d182fca3e180c08750ca020a91b84e (diff)
parent2490c34325bb1b39922582090a4cb69c01726999 (diff)
Merge remote-tracking branch 'origin/5.6' into 5.9
Diffstat (limited to 'sources/pyside2/PySide2/_built_modules.py.in')
-rw-r--r--sources/pyside2/PySide2/_built_modules.py.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/_built_modules.py.in b/sources/pyside2/PySide2/_built_modules.py.in
new file mode 100644
index 000000000..4e491d081
--- /dev/null
+++ b/sources/pyside2/PySide2/_built_modules.py.in
@@ -0,0 +1,3 @@
+built_modules = list(name for name in
+ "@all_module_shortnames@"
+ .split(";"))