Skip to content

Commit

Permalink
gyp: remove from __future__ import with_statement
Browse files Browse the repository at this point in the history
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 <rod@vagg.org>
  • Loading branch information
cclauss authored and rvagg committed Jun 26, 2019
1 parent 7dd7f2b commit afaaa29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gyp/pylib/gyp/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afaaa29

Please sign in to comment.