summaryrefslogtreecommitdiff
path: root/scp2/source/python
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2013-10-12 16:54:04 +0200
committerAndras Timar <andras.timar@collabora.com>2013-10-12 16:54:37 +0200
commit3f3d684430f0c8437550d207b5d54da9c80f19ff (patch)
treec7e4a9d337f150bb8220a667fc8e24e81198413c /scp2/source/python
parent79fc6b82b7071262ec71c27f81e68b7d274ae695 (diff)
add name/description in order to avoid warnings in feature.pm
Change-Id: I291d4d969c73d39f3c02511cb7ea2dce27f163d6
Diffstat (limited to 'scp2/source/python')
-rw-r--r--scp2/source/python/module_python.scp4
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index 6be3239e63ac..aa03353bcaaa 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -23,6 +23,8 @@
Module gid_Module_Pyuno
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
+ Name = "PyUNO"
+ Description = "Python-UNO bridge"
Dirs = (gid_Dir_PythonFramework,
gid_Dir_PythonFramework_Versions,
gid_Dir_PythonFramework_Versions_ver,
@@ -69,6 +71,8 @@ Module gid_Module_Pyuno
End
Module gid_Module_Script_Provider_For_Python
+ Name = "Script Provider For Python"
+ Description = "Script Provider For Python"
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
Files = ( gid_File_scriptproviderforpython );