[Libreoffice-commits] core.git: uitest/libreoffice
Markus Mohrhard
markus.mohrhard at googlemail.com
Thu Jun 8 00:24:24 UTC 2017
uitest/libreoffice/connection.py | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit a87b001abdfb21a88ed3919003831909fb2ad8eb
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun May 28 17:41:34 2017 +0200
remove unused imports
Change-Id: I7efdbc1278d27ed75d8e48a35a9fac0358144214
Reviewed-on: https://gerrit.libreoffice.org/38548
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py
index 33e938581698..2c385747056e 100644
--- a/uitest/libreoffice/connection.py
+++ b/uitest/libreoffice/connection.py
@@ -5,12 +5,9 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-import os
import subprocess
-import sys
import time
import uuid
-import datetime
try:
import pyuno
More information about the Libreoffice-commits
mailing list