Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / django / conf / urls / defaults.py @ 1a305335

History | View | Annotate | Download (243 Bytes)

1
import warnings
2
warnings.warn("django.conf.urls.defaults is deprecated; use django.conf.urls instead",
3
              PendingDeprecationWarning)
4

    
5
from django.conf.urls import (handler403, handler404, handler500,
6
        include, patterns, url)