cablegates/pandora/api/urls.py

11 lines
153 B
Python
Raw Normal View History

2010-11-08 16:34:25 +00:00
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from django.conf.urls.defaults import *
urlpatterns = patterns("api.views",
(r'^$', 'api'),
)