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:
cclauss 2019-06-25 10:23:38 +02:00 committed by Rod Vagg
parent 7dd7f2b2a2
commit afaaa29c61
No known key found for this signature in database
GPG key ID: C273792F7D83545D

View file

@ -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