Skip to content

Commit 6dd6cd8

Browse files
Fix "from urls import ..." -> "from readthedocs.urls import ..."
Related to #1496.
1 parent 291d7d6 commit 6dd6cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/core/subdomain_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.conf.urls import url, patterns
22

33
from readthedocs.projects.constants import LANGUAGES_REGEX
4-
from urls import urlpatterns as main_patterns
4+
from readthedocs.urls import urlpatterns as main_patterns
55

66
handler500 = 'readthedocs.core.views.server_error'
77
handler404 = 'readthedocs.core.views.server_error_404'

0 commit comments

Comments
 (0)