Look in Temp directories for some of the files we have historically
[htsworkflow.git] / htsworkflow / frontend / reports / ht_urls.py
1 from django.conf.urls.defaults import *
2
3 urlpatterns = patterns('',                                               
4     (r'^updLibInfo$', 'htswfrontend.htsw_reports.libinfopar.refreshLibInfoFile'),
5 )