Changeset 8161
- Timestamp:
- 07/31/08 08:28:51 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/regressiontests/admin_scripts/tests.py
r8158 r8161 49 49 if sys.platform.startswith('java'): 50 50 # Jython produces module$py.class files 51 os.remove(re.sub(r'\.py$', '$py.class', full name))51 os.remove(re.sub(r'\.py$', '$py.class', full_name)) 52 52 else: 53 53 # CPython produces module.pyc files
