[Python-checkins] r64744 - python/trunk/Lib/test/regrtest.py
georg.brandl
python-checkins at python.org
Sat Jul 5 18:43:45 CEST 2008
Author: georg.brandl
Date: Sat Jul 5 18:43:45 2008
New Revision: 64744
Log:
Keep below 80 chars.
Modified:
python/trunk/Lib/test/regrtest.py
Modified: python/trunk/Lib/test/regrtest.py
==============================================================================
--- python/trunk/Lib/test/regrtest.py (original)
+++ python/trunk/Lib/test/regrtest.py Sat Jul 5 18:43:45 2008
@@ -167,8 +167,8 @@
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=''):
More information about the Python-checkins
mailing list