diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-10-11 17:15:20 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-10-11 17:15:57 +0200 |
commit | 70ce443e7b767fceef4a22b07ab371f02f7252e5 (patch) | |
tree | 5928be4b1fd92567fb55a8684e49dea91aa92ce7 /uitest | |
parent | 12ec109de01c31605cf412612903190e469be8ff (diff) |
forgot to actually remove the problematic import
Change-Id: Iac96719a36269dec173af4c9d6d7e88d67b5c24d
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/calc_tests/tdf96453.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/calc_tests/tdf96453.py b/uitest/calc_tests/tdf96453.py index fb8e40454d3e..9092d4354beb 100644 --- a/uitest/calc_tests/tdf96453.py +++ b/uitest/calc_tests/tdf96453.py @@ -8,7 +8,6 @@ from uitest.framework import UITestCase import os -import pathlib from uitest.uihelper.common import get_state_as_dict from uitest.path import get_srcdir_url |