Skip to content

Commit 43da778

Browse files
Adjust #1503 for readthedocs package namespacing introduced in #1496
1 parent dcb5049 commit 43da778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/rtd_tests/tests/test_subproject.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from django.contrib.auth.models import User
22
from django.test import TestCase
3-
from projects.forms import SubprojectForm
43
from django_dynamic_fixture import G
54

6-
from projects.models import Project
5+
from readthedocs.projects.forms import SubprojectForm
6+
from readthedocs.projects.models import Project
77

88

99
class SubprojectFormTests(TestCase):

0 commit comments

Comments
 (0)