From: Georg Brandl Date: Sat, 5 Jul 2008 16:43:45 +0000 (+0000) Subject: Keep below 80 chars. X-Git-Tag: v2.6b2~107 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ecce468f8498e2fcbd57115e6ab8159b240e05e;p=thirdparty%2FPython%2Fcpython.git Keep below 80 chars. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 73ab25be8982..b27e53bfe1bc 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -167,8 +167,8 @@ if sys.platform == 'darwin': from test import test_support -RESOURCE_NAMES = ('audio', 'curses', 'lib2to3', 'largefile', 'network', 'bsddb', - 'decimal', 'compiler', 'subprocess', 'urlfetch') +RESOURCE_NAMES = ('audio', 'curses', 'lib2to3', 'largefile', 'network', + 'bsddb', 'decimal', 'compiler', 'subprocess', 'urlfetch') def usage(code, msg=''):