summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/file_python.scp7
-rw-r--r--scp2/source/python/module_python.scp5
2 files changed, 4 insertions, 8 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp
index fda0ba58d9d2..43a83163fbad 100644
--- a/scp2/source/python/file_python.scp
+++ b/scp2/source/python/file_python.scp
@@ -82,13 +82,6 @@ Directory gid_Dir_Py_PythonCore_Lib
End
#endif
-File gid_File_Py_Python_Core
- TXT_FILE_BODY;
- Dir = FILELIST_DIR;
- Name = "python3.filelist";
- Styles = (FILELIST,USE_INTERNAL_RIGHTS);
-End
-
#ifdef WNT
Directory gid_Dir_Py_PythonCore_Bin
ParentID = gid_Dir_Py_PythonCore;
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index faa157d51cdc..26c16b14f9d9 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -18,6 +18,8 @@
#include "macros.inc"
+#include "AutoInstall/python"
+
#ifndef DISABLE_PYUNO
Module gid_Module_Pyuno
@@ -36,7 +38,8 @@ Module gid_Module_Pyuno
gid_Dir_Py_PythonCore,
gid_Dir_Py_PythonCore_Bin,
gid_Dir_Py_PythonCore_Lib);
- Files = (gid_File_Pyuno,
+ Files = (auto_python_ALL,
+ gid_File_Pyuno,
gid_File_Pyuno_Rdb,
gid_File_Lib_Pyuno,
gid_File_Lib_Pythonloader,