Django

Code

Changeset 8161

Show
Ignore:
Timestamp:
07/31/08 08:28:51 (4 months ago)
Author:
russellm
Message:

Corrected a typo in [8158]. Thanks to Matthias Kestenholz <mk@spinlock.ch> for the report.

Files:

Legend:

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

    r8158 r8161  
    4949            if sys.platform.startswith('java'): 
    5050                # Jython produces module$py.class files 
    51                 os.remove(re.sub(r'\.py$', '$py.class', fullname)) 
     51                os.remove(re.sub(r'\.py$', '$py.class', full_name)) 
    5252            else: 
    5353                # CPython produces module.pyc files