diff options
Diffstat (limited to 'Lib/types.py')
-rw-r--r-- | Lib/types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/types.py b/Lib/types.py index 85962bada4..95600a3b9a 100644 --- a/Lib/types.py +++ b/Lib/types.py @@ -2,6 +2,7 @@ Types that are part of optional modules (e.g. array) are not listed. """ +from __future__ import generators import sys |