diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | b915850fbbbc7ad40ace78c0e36f9c91ec655e95 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /testing | |
parent | 5518a7c8e14f9b27335a20748f9d9240d266cfd0 (diff) | |
download | aura-central-b915850fbbbc7ad40ace78c0e36f9c91ec655e95.tar.gz |
Issue mcp-graveyard/UXP%1656 - Part 8: Devtools and misc.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/talos/talos/mainthreadio.py | 1 | ||||
-rw-r--r-- | testing/talos/talos/tests/dromaeo/JSON.php | 1 | ||||
-rw-r--r-- | testing/talos/talos/whitelist.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/testing/talos/talos/mainthreadio.py b/testing/talos/talos/mainthreadio.py index 328887628..112aaace3 100644 --- a/testing/talos/talos/mainthreadio.py +++ b/testing/talos/talos/mainthreadio.py @@ -1,5 +1,4 @@ # -*- Mode: python; tab-width: 8; indent-tabs-mode: nil -*- -# vim: set ts=8 sts=4 et sw=4 tw=80: # 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/. diff --git a/testing/talos/talos/tests/dromaeo/JSON.php b/testing/talos/talos/tests/dromaeo/JSON.php index 8283e7ef7..615b03226 100644 --- a/testing/talos/talos/tests/dromaeo/JSON.php +++ b/testing/talos/talos/tests/dromaeo/JSON.php @@ -1,5 +1,4 @@ <?php -/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ /** * Converts to and from JSON format. diff --git a/testing/talos/talos/whitelist.py b/testing/talos/talos/whitelist.py index 9ed09fff6..1e4c4117e 100644 --- a/testing/talos/talos/whitelist.py +++ b/testing/talos/talos/whitelist.py @@ -1,5 +1,4 @@ # -*- Mode: python; tab-width: 8; indent-tabs-mode: nil -*- -# vim: set ts=8 sts=4 et sw=4 tw=80: # 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/. |