tdf#97361 remove = None assignments in sfx2 python unit tests
Change-Id: Iba3926d1b044ade69e1306941ed70b644dc577d6 Reviewed-on: https://gerrit.libreoffice.org/31602 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
@@ -19,8 +19,6 @@ from com.sun.star.ui import XPanels
|
|||||||
from com.sun.star.ui import XPanel
|
from com.sun.star.ui import XPanel
|
||||||
|
|
||||||
class CheckSidebar(unittest.TestCase):
|
class CheckSidebar(unittest.TestCase):
|
||||||
_uno = None
|
|
||||||
_xDoc = None
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
@@ -14,8 +14,6 @@ from org.libreoffice.unotest import UnoInProcess
|
|||||||
import uno
|
import uno
|
||||||
|
|
||||||
class CheckSidebarRegistry(unittest.TestCase):
|
class CheckSidebarRegistry(unittest.TestCase):
|
||||||
_uno = None
|
|
||||||
_xDoc = None
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
|
Reference in New Issue
Block a user