mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-05 19:55:47 +03:00
remove legacy __future__ imports
Summary: The future is now. Reviewed By: xavierd Differential Revision: D33714537 fbshipit-source-id: 8d282bbe7391c4b72b70dab54a5c252060fba457
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a661bcae18
commit
4fb4756ec9
@@ -4,8 +4,6 @@
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
import json
|
||||
import os
|
||||
import shutil
|
||||
@@ -350,7 +348,6 @@ class CMakeBuilder(BuilderBase):
|
||||
MANUAL_BUILD_SCRIPT = """\
|
||||
#!{sys.executable}
|
||||
|
||||
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||
|
||||
import argparse
|
||||
import subprocess
|
||||
|
Reference in New Issue
Block a user