summaryrefslogtreecommitdiff
path: root/sw/qa/python/check_fields.py
diff options
context:
space:
mode:
authorackepenek <ahmetcan.kepenek@gmail.com>2016-04-08 19:48:52 +0300
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-05-11 07:25:11 +0000
commit79e68375e48303ae1a36a0a61814cdb87cca3415 (patch)
tree4bd809797d5217eeff573b71d10feeb91dcc1229 /sw/qa/python/check_fields.py
parent63ba54a168dbc777cdcec2393be476bdd5f79bc1 (diff)
tdf#99145 refactored to pep8
Change-Id: I4896cd0bda97331a8291588e6a4f29a881d1229c Reviewed-on: https://gerrit.libreoffice.org/23925 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw/qa/python/check_fields.py')
-rw-r--r--sw/qa/python/check_fields.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/qa/python/check_fields.py b/sw/qa/python/check_fields.py
index 5a3c2b74f0fc..f6c869217aeb 100644
--- a/sw/qa/python/check_fields.py
+++ b/sw/qa/python/check_fields.py
@@ -1,6 +1,7 @@
import unittest
from org.libreoffice.unotest import UnoInProcess
+
class CheckFields(unittest.TestCase):
_uno = None
_xDoc = None