diff options
Diffstat (limited to 'uitest/packaging/README.md')
-rw-r--r-- | uitest/packaging/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uitest/packaging/README.md b/uitest/packaging/README.md new file mode 100644 index 0000000000..41dacf5204 --- /dev/null +++ b/uitest/packaging/README.md @@ -0,0 +1,3 @@ +# Connection code for LibreOffice's pyUNO + +This code allows out-of-process communication with a LibreOffice instance. The instance can either be started by the script or a connection to a running LibreOffice instance. The code contains several safety checks for hanging and crashed LibreOffice instances. |