Index: twisted/protocols/htb.py
===================================================================
--- twisted/protocols/htb.py	(revision 33453)
+++ twisted/protocols/htb.py	(working copy)
@@ -16,8 +16,6 @@
 @author: Kevin Turner
 """
 
-from __future__ import nested_scopes
-
 __version__ = '$Revision: 1.5 $'[11:-2]
 
 
Index: twisted/protocols/ident.py
===================================================================
--- twisted/protocols/ident.py	(revision 33453)
+++ twisted/protocols/ident.py	(working copy)
@@ -8,8 +8,6 @@
 @author: Jean-Paul Calderone
 """
 
-from __future__ import generators
-
 import struct
 
 from twisted.internet import defer
Index: twisted/scripts/tkunzip.py
===================================================================
--- twisted/scripts/tkunzip.py	(revision 33453)
+++ twisted/scripts/tkunzip.py	(working copy)
@@ -6,8 +6,6 @@
 Post-install GUI to compile to pyc and unpack twisted doco
 """
 
-from __future__ import generators
-
 import sys
 import zipfile
 import py_compile
Index: twisted/conch/scripts/tkconch.py
===================================================================
--- twisted/conch/scripts/tkconch.py	(revision 33453)
+++ twisted/conch/scripts/tkconch.py	(working copy)
@@ -8,8 +8,6 @@
 """ Implementation module for the `tkconch` command.
 """
 
-from __future__ import nested_scopes
-
 import Tkinter, tkFileDialog, tkFont, tkMessageBox, string
 from twisted.conch.ui import tkvt100
 from twisted.conch.ssh import transport, userauth, connection, common, keys
Index: twisted/words/im/pbsupport.py
===================================================================
--- twisted/words/im/pbsupport.py	(revision 33453)
+++ twisted/words/im/pbsupport.py	(working copy)
@@ -4,8 +4,6 @@
 
 """L{twisted.words} support for Instance Messenger."""
 
-from __future__ import nested_scopes
-
 from twisted.internet import defer
 from twisted.internet import error
 from twisted.python import log
Index: twisted/persisted/journal/base.py
===================================================================
--- twisted/persisted/journal/base.py	(revision 33453)
+++ twisted/persisted/journal/base.py	(working copy)
@@ -3,13 +3,8 @@
 # Copyright (c) Twisted Matrix Laboratories.
 # See LICENSE for details.
 
-# 
-
-
 """Basic classes and interfaces for journal."""
 
-from __future__ import nested_scopes
-
 # system imports
 import os, time
 
Index: twisted/test/test_defgen.py
===================================================================
--- twisted/test/test_defgen.py	(revision 33453)
+++ twisted/test/test_defgen.py	(working copy)
@@ -1,5 +1,3 @@
-from __future__ import generators, nested_scopes
-
 import sys
 
 from twisted.internet import reactor
Index: twisted/internet/_threadedselect.py
===================================================================
--- twisted/internet/_threadedselect.py	(revision 33453)
+++ twisted/internet/_threadedselect.py	(working copy)
@@ -3,8 +3,6 @@
 # Copyright (c) Twisted Matrix Laboratories.
 # See LICENSE for details.
 
-from __future__ import generators
-
 """
 Threaded select reactor
 
Index: twisted/trial/test/detests.py
===================================================================
--- twisted/trial/test/detests.py	(revision 33453)
+++ twisted/trial/test/detests.py	(working copy)
@@ -1,4 +1,3 @@
-from __future__ import generators
 from twisted.trial import unittest
 from twisted.internet import defer, threads, reactor
 
Index: twisted/spread/ui/gtk2util.py
===================================================================
--- twisted/spread/ui/gtk2util.py	(revision 33453)
+++ twisted/spread/ui/gtk2util.py	(working copy)
@@ -2,9 +2,6 @@
 # Copyright (c) Twisted Matrix Laboratories.
 # See LICENSE for details.
 
-
-from __future__ import nested_scopes
-
 import gtk
 
 from twisted import copyright
Index: doc/core/examples/pbgtk2.py
===================================================================
--- doc/core/examples/pbgtk2.py	(revision 33453)
+++ doc/core/examples/pbgtk2.py	(working copy)
@@ -1,9 +1,6 @@
 # Copyright (c) Twisted Matrix Laboratories.
 # See LICENSE for details.
 
-
-from __future__ import nested_scopes
-
 from twisted.internet import gtk2reactor
 gtk2reactor.install()
 
Index: doc/core/examples/longex2.py
===================================================================
--- doc/core/examples/longex2.py	(revision 33453)
+++ doc/core/examples/longex2.py	(working copy)
@@ -40,7 +40,6 @@
 result is 1. In that, this example departs from doc/examples/longex.py,
 which errors out when trying to do this.
 """
-from __future__ import generators
 from twisted.protocols import basic
 from twisted.internet import defer, protocol
 
Index: doc/core/examples/threadedselect/pygamedemo.py
===================================================================
--- doc/core/examples/threadedselect/pygamedemo.py	(revision 33453)
+++ doc/core/examples/threadedselect/pygamedemo.py	(working copy)
@@ -1,5 +1,3 @@
-from __future__ import generators
-
 # import Twisted and install
 from twisted.internet import _threadedselect
 _threadedselect.install()
Index: doc/web/examples/lj.rpy.py
===================================================================
--- doc/web/examples/lj.rpy.py	(revision 33453)
+++ doc/web/examples/lj.rpy.py	(working copy)
@@ -4,7 +4,6 @@
 #
 # Syndicate LiveJournal users
 # Demonstrates how to use chained callbacks
-from __future__ import nested_scopes
 
 from twisted.web import resource as resourcelib
 from twisted.web import client, microdom, domhelpers, server
