diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-10 16:50:16 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-13 11:29:56 +0200 |
commit | fd68096c6cc55ed0087517e0c60285e40efb92f5 (patch) | |
tree | a72215850f1469daae26450e0e6f093d500ef099 /uitest | |
parent | 647176064429c94b16ae2ce02963e2d0e85b9cbc (diff) |
uitest: remove unused imports
Change-Id: I620d01f2cfbc5327c2fcaf020d50e9184fc1d1b2
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/helper.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uitest/helper.py b/uitest/helper.py index 9b24bee10f22..b64c49b23072 100644 --- a/uitest/helper.py +++ b/uitest/helper.py @@ -5,9 +5,6 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -import os -import subprocess - try: import pyuno import uno |