Keep below 80 chars.

This commit is contained in:
Georg Brandl 2008-07-05 16:43:45 +00:00
parent 87988b6753
commit 1ecce468f8
1 changed files with 2 additions and 2 deletions

View File

@ -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=''):