diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-28 17:41:34 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-08 02:24:04 +0200 |
commit | a87b001abdfb21a88ed3919003831909fb2ad8eb (patch) | |
tree | 3e7f491577e9f060fee8b4f77dd669d27cae2a08 /uitest | |
parent | c9e08e1466aea4c80640415b03ff0712350efe7b (diff) |
remove unused imports
Change-Id: I7efdbc1278d27ed75d8e48a35a9fac0358144214
Reviewed-on: https://gerrit.libreoffice.org/38548
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/libreoffice/connection.py | 3 |
1 files changed, 0 insertions, 3 deletions
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 |