]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Keep below 80 chars.
authorGeorg Brandl <georg@python.org>
Sat, 5 Jul 2008 16:43:45 +0000 (16:43 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 5 Jul 2008 16:43:45 +0000 (16:43 +0000)
Lib/test/regrtest.py

index 73ab25be8982b30ec3cf707ed93ef0e716b51b0f..b27e53bfe1bc2d845b5cc861fe1abf7cfe39460a 100755 (executable)
@@ -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=''):