Skip to content

Commit

Permalink
Adjust #1503 for readthedocs package namespacing introduced in #1496
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Jul 31, 2015
1 parent dcb5049 commit 43da778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readthedocs/rtd_tests/tests/test_subproject.py
@@ -1,9 +1,9 @@
from django.contrib.auth.models import User
from django.test import TestCase
from projects.forms import SubprojectForm
from django_dynamic_fixture import G

from projects.models import Project
from readthedocs.projects.forms import SubprojectForm
from readthedocs.projects.models import Project


class SubprojectFormTests(TestCase):
Expand Down

0 comments on commit 43da778

Please sign in to comment.