This is a partial merge of the stanford branch with the caltech branch of
[htsworkflow.git] / htsworkflow / frontend / reports / urls.py
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('',                                               
4     (r'^updLibInfo$', 'htsworkflow.reports.libinfopar.refreshLibInfoFile'),
5 )