Skip to content

Commit f69e697

Browse files
committed
Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D165395
1 parent 5bdcb81 commit f69e697

File tree

233 files changed

+1
-459
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

233 files changed

+1
-459
lines changed

.ycm_extra_conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
from __future__ import absolute_import, print_function
65
import json
76
import os
87
import shlex

accessible/mac/SelectorMapGen.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7-
from __future__ import absolute_import
8-
97
import re
108

119

accessible/xpcom/AccEventGen.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7-
from __future__ import absolute_import
8-
97
import os
108

119
import buildconfig

browser/app/macversion.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
44
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
55

6-
from __future__ import absolute_import, print_function, unicode_literals
7-
86
import io
97
import re
108
import sys

browser/app/winlauncher/freestanding/gen_ntdll_freestanding_lib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# License, v. 2.0. If a copy of the MPL was not distributed with this
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

7-
from __future__ import absolute_import
8-
97
import os
108
import subprocess
119
import tempfile

browser/components/migration/tests/marionette/test_refresh_firefox.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import absolute_import, print_function
2-
31
import os
42
import time
53

browser/components/search/test/marionette/test_engines_on_restart.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
44
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
55

6-
from __future__ import absolute_import
7-
86
import textwrap
97

108
from marionette_harness.marionette_test import MarionetteTestCase

browser/components/sessionstore/test/marionette/session_store_test_case.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# License, v. 2.0. If a copy of the MPL was not distributed with this
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

5-
from __future__ import absolute_import
6-
75
from urllib.parse import quote
86

97
from marionette_driver import Wait, errors

browser/components/sessionstore/test/marionette/test_restore_windows_after_close_last_tabs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
# add this directory to the path
6-
from __future__ import absolute_import
7-
86
import os
97
import sys
108

browser/components/sessionstore/test/marionette/test_restore_windows_after_restart_and_quit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
# add this directory to the path
6-
from __future__ import absolute_import
7-
86
import os
97
import sys
108

0 commit comments

Comments
 (0)