mirror of https://github.com/python/cpython
Keep below 80 chars.
This commit is contained in:
parent
87988b6753
commit
1ecce468f8
|
@ -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=''):
|
||||
|
|
Loading…
Reference in New Issue