From e238a442cc0033265ba5a33fb428e03b7aecb555 Mon Sep 17 00:00:00 2001 From: Rami Rauch Date: Wed, 8 Oct 2008 19:43:55 +0000 Subject: [PATCH] --- htswfrontend/htswfrontend/htsw_reports/ht_urls.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 htswfrontend/htswfrontend/htsw_reports/ht_urls.py diff --git a/htswfrontend/htswfrontend/htsw_reports/ht_urls.py b/htswfrontend/htswfrontend/htsw_reports/ht_urls.py new file mode 100644 index 0000000..39871b8 --- /dev/null +++ b/htswfrontend/htswfrontend/htsw_reports/ht_urls.py @@ -0,0 +1,5 @@ +from django.conf.urls.defaults import * + +urlpatterns = patterns('', + (r'^updLibInfo$', 'htswfrontend.htsw_reports.libinfopar.refreshLibInfoFile'), +) -- 2.30.2