diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2017-02-23 15:25:13 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2017-02-27 10:58:31 +0000 |
commit | 30a76153fce5fdf578f408828651faab351e5b18 (patch) | |
tree | c024351d3bc26fe1218f0f2d80ec1bffdcd47f23 | |
parent | b06a7b1298537d2b0e4ea9adb32f262af357ecf1 (diff) |
add missing modeline etc. boilerplate
Change-Id: I32782945c46762f1fd4edde7453f7fca200c9cd2
Reviewed-on: https://gerrit.libreoffice.org/34662
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
-rw-r--r-- | sw/qa/python/check_fields.py | 9 | ||||
-rw-r--r-- | sw/qa/python/check_index.py | 9 | ||||
-rw-r--r-- | sw/qa/python/check_table.py | 9 | ||||
-rw-r--r-- | sw/qa/python/get_expression.py | 9 | ||||
-rw-r--r-- | sw/qa/python/set_expression.py | 9 | ||||
-rw-r--r-- | sw/qa/python/var_fields.py | 9 |
6 files changed, 54 insertions, 0 deletions
diff --git a/sw/qa/python/check_fields.py b/sw/qa/python/check_fields.py index 257be616ebbe..ff02ec0eb9d5 100644 --- a/sw/qa/python/check_fields.py +++ b/sw/qa/python/check_fields.py @@ -1,3 +1,12 @@ +#! /usr/bin/env python +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# import unittest from org.libreoffice.unotest import UnoInProcess diff --git a/sw/qa/python/check_index.py b/sw/qa/python/check_index.py index 80414f6f066d..a39cfbacad4a 100644 --- a/sw/qa/python/check_index.py +++ b/sw/qa/python/check_index.py @@ -1,3 +1,12 @@ +#! /usr/bin/env python +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# import unittest import unohelper from org.libreoffice.unotest import UnoInProcess diff --git a/sw/qa/python/check_table.py b/sw/qa/python/check_table.py index 3f9f6b3c475b..04d15ea60da9 100644 --- a/sw/qa/python/check_table.py +++ b/sw/qa/python/check_table.py @@ -1,3 +1,12 @@ +#! /usr/bin/env python +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# import math import unittest from org.libreoffice.unotest import UnoInProcess diff --git a/sw/qa/python/get_expression.py b/sw/qa/python/get_expression.py index 0b2dfe87f07e..7462db68a730 100644 --- a/sw/qa/python/get_expression.py +++ b/sw/qa/python/get_expression.py @@ -1,3 +1,12 @@ +#! /usr/bin/env python +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# import unittest from org.libreoffice.unotest import UnoInProcess diff --git a/sw/qa/python/set_expression.py b/sw/qa/python/set_expression.py index 8e420020b678..7bcc20d69880 100644 --- a/sw/qa/python/set_expression.py +++ b/sw/qa/python/set_expression.py @@ -1,3 +1,12 @@ +#! /usr/bin/env python +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# import unittest from org.libreoffice.unotest import UnoInProcess diff --git a/sw/qa/python/var_fields.py b/sw/qa/python/var_fields.py index 1391e42adad5..c2af7a40f408 100644 --- a/sw/qa/python/var_fields.py +++ b/sw/qa/python/var_fields.py @@ -1,3 +1,12 @@ +#! /usr/bin/env python +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# import unittest import os from org.libreoffice.unotest import UnoInProcess |