From 706c14d6d1a3d4c84587519ecfdac2ed1d0a8ebb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 29 Jun 2006 22:24:00 +0000 Subject: [PATCH] Removed __future__ import that has been in the "past" for several years now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/py/introspect.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/wxPython/wx/py/introspect.py b/wxPython/wx/py/introspect.py index c47652a7d6..4ba2c4dc88 100644 --- a/wxPython/wx/py/introspect.py +++ b/wxPython/wx/py/introspect.py @@ -5,8 +5,6 @@ __author__ = "Patrick K. O'Brien " __cvsid__ = "$Id$" __revision__ = "$Revision$"[11:-2] -from __future__ import nested_scopes - import cStringIO import inspect import sys -- 2.47.2