diff options
Diffstat (limited to 'x11-toolkits/py-wxPython24/files/patch-aa')
-rw-r--r-- | x11-toolkits/py-wxPython24/files/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/py-wxPython24/files/patch-aa b/x11-toolkits/py-wxPython24/files/patch-aa deleted file mode 100644 index 42bd28ded7f2..000000000000 --- a/x11-toolkits/py-wxPython24/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- wxPython/py/introspect.py.orig Mon Jul 30 08:07:25 2007 -+++ wxPython/py/introspect.py Mon Jul 30 08:07:35 2007 -@@ -1,11 +1,11 @@ - """Provides a variety of introspective-type support functions for - things like call tips and command auto completion.""" - -+from __future__ import nested_scopes -+ - __author__ = "Patrick K. O'Brien <pobrien@orbtech.com>" - __cvsid__ = "$Id: introspect.py,v 1.1.2.2 2003/05/19 21:41:24 PKO Exp $" - __revision__ = "$Revision: 1.1.2.2 $"[11:-2] -- --from __future__ import nested_scopes - - import cStringIO - import inspect |