Skip to content

Commit

Permalink
Remove unnecessary __future__ import (#266)
Browse files Browse the repository at this point in the history
Generators have been available since 2.3. The feature is automatically
included in all supported Pythons.

For additional details, see:

https://docs.python.org/3/library/__future__.html
  • Loading branch information
jdufresne authored and eliben committed Jun 26, 2018
1 parent 1d86699 commit 0baa8f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pycparser/ply/cpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
#
# This module implements an ANSI-C style lexical preprocessor for PLY.
# -----------------------------------------------------------------------------
from __future__ import generators

import sys

# Some Python 3 compatibility shims
Expand Down

0 comments on commit 0baa8f4

Please sign in to comment.