Skip to content

Commit

Permalink
Merge pull request #109 from apollo13/fix4d2fdd
Browse files Browse the repository at this point in the history
Fix test error.
  • Loading branch information
kmtracey committed Jun 4, 2012
2 parents 4d2fdd4 + 1c13cc0 commit 03f1d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/regressiontests/views/views.py
Original file line number Diff line number Diff line change
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 03f1d69

Please sign in to comment.