Ticket #16275: 16275.diff

File 16275.diff, 362 bytes (added by Jonas Obrist, 13 years ago)

patch to fix the issue

  • tests/regressiontests/i18n/patterns/tests.py

    diff --git a/tests/regressiontests/i18n/patterns/tests.py b/tests/regressiontests/i18n/patterns/tests.py
    index 9451bc6..881b4eb 100644
    a b  
     1from __future__ import with_statement
    12import os
    23
    34from django.core.exceptions import ImproperlyConfigured
Back to Top