[Jython-checkins] jython: The __all__ was breaking test___all__.py but does not appear to break anything

frank.wierzbicki jython-checkins at python.org
Tue Oct 11 03:41:57 CEST 2011


http://hg.python.org/jython/rev/704b07c1d5f5
changeset:   6253:704b07c1d5f5
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon Oct 10 18:41:49 2011 -0700
summary:
  The __all__ was breaking test___all__.py but does not appear to break anything
when removed.

files:
  Lib/test/anygui.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/test/anygui.py b/Lib/test/anygui.py
--- a/Lib/test/anygui.py
+++ b/Lib/test/anygui.py
@@ -2,7 +2,6 @@
 import sys
 
 class anygui:
-    __all__ = ['Window'] # Etc...
 
     def __init__(self):
         self.__backend = None

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list