Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Bug 1116335 - Fix ImportError introduced in 76ffbc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 7, 2015
1 parent 17bb7b0 commit 3f5bf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kuma/attachments/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
from constance import config

from kuma.users.tests import UserTestCase
from kuma.wiki.models import Document
from kuma.wiki.models import Document, DocumentAttachment
from kuma.wiki.tests import document, revision, WikiTestCase
from kuma.core.helpers import urlparams
from kuma.core.urlresolvers import reverse

from ..models import Attachment, AttachmentRevision, DocumentAttachment
from ..models import Attachment, AttachmentRevision
from ..utils import make_test_file


Expand Down

0 comments on commit 3f5bf00

Please sign in to comment.