diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-10-12 19:31:30 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-10-12 19:31:30 +0200 |
commit | 9e30d407564a67917e667f5d67962efa0eadc9b0 (patch) | |
tree | 4ba3a9e115b962e04ff2c4cea38ca0a9e229b3ce /scp2/source/python | |
parent | 79896c3a43b7ae4d45fb164f1f11ba020bd8a74f (diff) |
missing semicolons
Change-Id: I06607610d6a593ad8bf2deb2affe2e40af158087
Diffstat (limited to 'scp2/source/python')
-rw-r--r-- | scp2/source/python/module_python.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index ff720a2e676a..faa157d51cdc 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, |