source/text/sbasic/python/python_import.xhp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a1e2a03853bb6efebfc0e09679fef829d87745a9
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Wed Apr 17 16:30:22 2019 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Wed Apr 17 23:00:37 2019 +0200

    Fix PRODUCTNAME
    
    Change-Id: I11a5ac0e5c1a33eb6f28c32024dab0fceec91e14
    Reviewed-on: https://gerrit.libreoffice.org/70888
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/sbasic/python/python_import.xhp 
b/source/text/sbasic/python/python_import.xhp
index 43ec28107..d8dc7a61d 100644
--- a/source/text/sbasic/python/python_import.xhp
+++ b/source/text/sbasic/python/python_import.xhp
@@ -22,7 +22,7 @@
         <bookmark_value>PythonLibraries</bookmark_value>
     </bookmark>
     <h1 id="N0462"><variable id="pythonimporth1"><link 
href="text/sbasic/python/python_import.xhp" name="python imports">Importing 
Python Modules</link></variable></h1>
-    <paragraph role="paragraph" id="N0463">LibreOffice Python scripts come in 
three distinct flavors, they can be personal, shared or embedded in documents. 
They are stored in varying places described in <link 
href="text/sbasic/python/python_locations.xhp">Python Scripts Organization and 
Location</link>. In order to import Python modules, their locations must be 
known from Python at run time.</paragraph>
+    <paragraph role="paragraph" id="N0463">%PRODUCTNAME Python scripts come in 
three distinct flavors, they can be personal, shared or embedded in documents. 
They are stored in varying places described in <link 
href="text/sbasic/python/python_locations.xhp">Python Scripts Organization and 
Location</link>. In order to import Python modules, their locations must be 
known from Python at run time.</paragraph>
     <paragraph role="paragraph" id="N0464">This mechanism is illustrated for 
file system based modules and document based modules. Exception handling is 
omitted for clarity. The terms library or directory, scripts or modules are 
used interchangeably. A Python macro refers to a function inside a 
module.</paragraph>
     <warning id="N0465">Note that <literal>&lt;User 
Profile&gt;/Scripts/python/pythonpath</literal> local directory is always 
explored when running a Python macro from <literal>&lt;User 
Profile&gt;/Scripts/python</literal>.</warning>
     <h2 id="N0466">File System module import</h2>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to