You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
584 B
Plaintext
14 lines
584 B
Plaintext
2 years ago
|
<?xml version="1.0"?>
|
||
|
<oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:oor="http://openoffice.org/2001/registry">
|
||
|
<dependency file="main"/>
|
||
|
<oor:component-data xmlns:install="http://openoffice.org/2004/installation" oor:name="Scripting" oor:package="org.openoffice.Office">
|
||
|
<node oor:name="ScriptRuntimes">
|
||
|
<node oor:name="Python" oor:op="replace">
|
||
|
<prop oor:name="SupportedFileExtensions">
|
||
|
<value>py</value>
|
||
|
</prop>
|
||
|
</node>
|
||
|
</node>
|
||
|
</oor:component-data>
|
||
|
</oor:data>
|