scp2/source/python/module_python.scp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9e30d407564a67917e667f5d67962efa0eadc9b0
Author: Andras Timar <andras.ti...@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,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to