summaryrefslogtreecommitdiff
path: root/unotest
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2013-04-19 10:17:41 +0200
committerMichael Stahl <mstahl@redhat.com>2013-04-22 18:21:58 +0200
commitf21d1faf6d5a8d9df84b48becbc137175d56ad79 (patch)
treec9427c96620c7e64cd82f3e921e5ea11e60a86f0 /unotest
parentc8da8f48415c058c70698a7b4a6716bd41cfeeb9 (diff)
clean up PythonTests
Conflicts: sw/PythonTest_sw_python.mk Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742
Diffstat (limited to 'unotest')
-rw-r--r--unotest/source/python/org/libreoffice/unotest.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py
index 1f5f7d1c4202..a135baa9acb5 100644
--- a/unotest/source/python/org/libreoffice/unotest.py
+++ b/unotest/source/python/org/libreoffice/unotest.py
@@ -161,9 +161,7 @@ class UnoConnection:
finally:
self.connection = None
-class UnoNotConnection:
- def __init__(self, args):
- self.args = args
+class UnoInProcess:
def getContext(self):
return self.xContext
def getDoc(self):