Skip to content

Commit

Permalink
[1.4.x] readd imports deleted in 4d2fdd
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo13 committed Jun 4, 2012
1 parent 4d2fdd4 commit 1c13cc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/regressiontests/views/views.py
Expand Up @@ -2,6 +2,7 @@

import sys

from django import forms
from django.core.exceptions import PermissionDenied
from django.core.urlresolvers import get_resolver
from django.http import HttpResponse, HttpResponseRedirect
Expand All @@ -13,6 +14,7 @@
from django.utils.log import getLogger

from . import BrokenException, except_args
from .models import Article



Expand Down

0 comments on commit 1c13cc0

Please sign in to comment.