Skip to content

Commit 32eb05e

Browse files
committed
Added source encoding to urls.py
1 parent fe9374e commit 32eb05e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythonkc_site/urls.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# -*- coding: utf-8 -*-
2+
3+
14
from django.conf.urls.defaults import include
25
from django.conf.urls.defaults import patterns
36
from django.conf.urls.defaults import url

0 commit comments

Comments
 (0)