1
#!/usr/bin/env python -tt
4
# File: wlprofile/urls.py
6
# Created by Holger Rapp on 2009-03-15.
7
# Copyright (c) 2009 HolgerRapp@gmx.net. All rights reserved.
9
# Last Modified: $Date$
12
from django.conf.urls.defaults import *
15
urlpatterns = patterns('',
16
url(r'^$', views.search, name='search'),