Remove some now-obsolete generator future statements.

I left the email pkg alone; I'm not sure how Barry would like to handle
that.
This commit is contained in:
Tim Peters 2002-04-01 00:28:59 +00:00
parent 62f5a9d6c2
commit 496563a514
6 changed files with 5 additions and 19 deletions

View file

@ -1,7 +1,5 @@
#! /usr/bin/env python
from __future__ import generators
"""
Module difflib -- helpers for computing deltas between objects.