Django

Code

Changeset 7921

Show
Ignore:
Timestamp:
07/13/08 23:57:01 (6 months ago)
Author:
russellm
Message:

Removed a Python2.3 incompatible generator construct. Thanks to Karen Tracey for the report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/regressiontests/admin_scripts/tests.py

    r7915 r7921  
    5454        # Build the command line 
    5555        cmd = 'python "%s"' % script 
    56         cmd += ''.join(' %s' % arg for arg in args
     56        cmd += ''.join([' %s' % arg for arg in args]
    5757         
    5858        # Remember the old environment