mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
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: https://github.com/nodejs/node-gyp/pull/1799 Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
parent
7dd7f2b2a2
commit
afaaa29c61
1 changed files with 0 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import collections
|
||||
import errno
|
||||
import filecmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue