From 78234602ceb6aaaff9996240b388be12fcff968f Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 27 Nov 2012 21:11:18 +0100 Subject: LibreLogo integration (extension -> normal code) While efforts have been made to make LibreLogo work with Python 3.3, there are still a few bugs, for example large Logo programs do not run correctly and Translate button does not work. Bugfixing is in progress. Change-Id: I4227ff86084f51047861897189d2317322296139 --- scp2/source/python/file_python.scp | 9 +++++++++ scp2/source/python/module_python.scp | 1 + 2 files changed, 10 insertions(+) (limited to 'scp2') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index fc4db23883c1..3b05cfe1d398 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -136,6 +136,15 @@ File gid_File_Scripts_Python Name = "ScriptsPython.zip"; End +//LibreLogo turtle graphics + +File gid_File_LibreLogo + TXT_FILE_BODY; + Styles = (ARCHIVE); + Dir = gid_Dir_Share_Scripts; + Name = "LibreLogo.zip"; +End + // Scripting Framework Python configuration settings File gid_File_Share_Registry_Pyuno_Xcd diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index 629a864ad82a..b56305825c41 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -57,6 +57,7 @@ Module gid_Module_Optional_Pyuno gid_File_Lib_Python_So, gid_File_Lib_Python3_So, gid_File_Scripts_Python, + gid_File_LibreLogo, gid_File_Share_Registry_Pyuno_Xcd); Unixlinks = (gid_Unixlink_Python_Headers, gid_Unixlink_Python_LibreOfficePython, -- cgit v1.2.3