[Libreoffice-commits] core.git: scp2/source
Andras Timar
andras.timar at collabora.com
Sat Oct 12 10:32:13 PDT 2013
scp2/source/python/module_python.scp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 9e30d407564a67917e667f5d67962efa0eadc9b0
Author: Andras Timar <andras.timar at collabora.com>
Date: Sat Oct 12 19:31:30 2013 +0200
missing semicolons
Change-Id: I06607610d6a593ad8bf2deb2affe2e40af158087
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp
index ff720a2..faa157d 100644
--- a/scp2/source/python/module_python.scp
+++ b/scp2/source/python/module_python.scp
@@ -23,8 +23,8 @@
Module gid_Module_Pyuno
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
- Name = "PyUNO"
- Description = "Python-UNO bridge"
+ Name = "PyUNO";
+ Description = "Python-UNO bridge";
Dirs = (gid_Dir_PythonFramework,
gid_Dir_PythonFramework_Versions,
gid_Dir_PythonFramework_Versions_ver,
More information about the Libreoffice-commits
mailing list