From: Georg Brandl Date: Fri, 18 Jul 2008 10:20:59 +0000 (+0000) Subject: Remove duplicate entry in __all__. X-Git-Tag: v2.6b3~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9334d02ff5afe7c694cab76689db5d967349d277;p=thirdparty%2FPython%2Fcpython.git Remove duplicate entry in __all__. --- diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 02a8cca3e08c..731e4ad8ebee 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -20,7 +20,7 @@ __all__ = ["Error", "TestFailed", "TestSkipped", "ResourceDenied", "import_modul "fcmp", "have_unicode", "is_jython", "TESTFN", "HOST", "FUZZ", "findfile", "verify", "vereq", "sortdict", "check_syntax_error", "open_urlresource", "WarningMessage", "catch_warning", "CleanImport", - "EnvironmentVarGuard", "TransientResource", "captured_output", + "EnvironmentVarGuard", "captured_output", "captured_stdout", "TransientResource", "transient_internet", "run_with_locale", "set_memlimit", "bigmemtest", "bigaddrspacetest", "BasicTestRunner", "run_unittest", "run_doctest", "threading_setup",