Revision 1a9bdb2a

b/snf-pithos-web-client/pithos_web_client/urls.py
35 35

  
36 36

  
37 37
urlpatterns = patterns('',
38
    (r'^$', 'pithos_web_client.view.index')
38
    (r'^$', 'pithos_web_client.views.index')
39 39
)
40 40

  

Also available in: Unified diff