Skip to content

Commit d9d0985

Browse files
committed
Merge pull request #1513 from rtfd/fix-urls-import
Fix "from urls import ..." -> "from readthedocs.urls import ..."
2 parents e1a3b68 + 6dd6cd8 commit d9d0985

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)