from django.conf.urls.defaults import * urlpatterns = patterns('pyi2phosts.search.views', (r'^$', 'search'), )