diff options
Diffstat (limited to 'unotest/source/python')
-rw-r--r-- | unotest/source/python/org/libreoffice/unotest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unotest/source/python/org/libreoffice/unotest.py b/unotest/source/python/org/libreoffice/unotest.py index 38c6b2266b31..13b00845bb36 100644 --- a/unotest/source/python/org/libreoffice/unotest.py +++ b/unotest/source/python/org/libreoffice/unotest.py @@ -182,9 +182,6 @@ class UnoInProcess: global havePonies if not(havePonies): pyuno.private_initTestEnvironment() - # note: this will be called early enough, from Py_Finalize - import atexit - atexit.register(pyuno.private_initTestEnvironment, False) havePonies = True def openEmptyWriterDoc(self): assert(self.xContext) |