Skip to content

Commit afaaa29

Browse files
cclaussrvagg
authored andcommitted
gyp: remove from __future__ import with_statement
This \_\_future\_\_ import is no longer required in Python >= 2.6. https://docs.python.org/2/library/__future__.html PR-URL: #1799 Reviewed-By: Rod Vagg <[email protected]>
1 parent 7dd7f2b commit afaaa29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gyp/pylib/gyp/common.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

5-
from __future__ import with_statement
6-
75
import collections
86
import errno
97
import filecmp

0 commit comments

Comments
 (0)