summaryrefslogtreecommitdiff
path: root/sw/qa/python/xtextrange.py
diff options
context:
space:
mode:
authorVatsal32 <vatsalm707@gmail.com>2021-04-07 19:29:58 +0530
committerXisco Fauli <xiscofauli@libreoffice.org>2021-04-08 15:00:03 +0200
commita804a0a548dc976a1e9063ad2c34b6ce7542542e (patch)
treee36522523e213e3689cac6ec56df225cd44fd493 /sw/qa/python/xtextrange.py
parente90706dd0448772acf28d4e4762b7298cd4e0b60 (diff)
tdf#132293 removed all the unused imports from the folder sw
Change-Id: I5a37f30941a73c276bc238fa9fbdfcfd8381791f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112563 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/python/xtextrange.py')
-rw-r--r--sw/qa/python/xtextrange.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/qa/python/xtextrange.py b/sw/qa/python/xtextrange.py
index 75e4aed79561..583cabc30aba 100644
--- a/sw/qa/python/xtextrange.py
+++ b/sw/qa/python/xtextrange.py
@@ -8,10 +8,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
import unittest
-import unohelper
from org.libreoffice.unotest import UnoInProcess
-import uno
-import time
class TestXTextRange(unittest.TestCase):