mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove __future__
imports that are no longer necessary (#30661)
These are no longer necessary as we always use Python 3.
This commit is contained in:
parent
7e643f46d7
commit
f5627ce4cc
15 changed files with 1 additions and 28 deletions
2
mach
2
mach
|
@ -9,8 +9,6 @@
|
|||
''':' && if [ ! -z "$MSYSTEM" ] ; then exec python "$0" "$@" ; else which python3 > /dev/null 2> /dev/null && exec python3 "$0" "$@" || exec python "$0" "$@" ; fi
|
||||
'''
|
||||
|
||||
from __future__ import print_function, unicode_literals
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue