(no commit message)
authorRami Rauch <rrauch@stanford.edu>
Wed, 8 Oct 2008 19:43:55 +0000 (19:43 +0000)
committerRami Rauch <rrauch@stanford.edu>
Wed, 8 Oct 2008 19:43:55 +0000 (19:43 +0000)
htswfrontend/htswfrontend/htsw_reports/ht_urls.py [new file with mode: 0644]

diff --git a/htswfrontend/htswfrontend/htsw_reports/ht_urls.py b/htswfrontend/htswfrontend/htsw_reports/ht_urls.py
new file mode 100644 (file)
index 0000000..39871b8
--- /dev/null
@@ -0,0 +1,5 @@
+from django.conf.urls.defaults import *
+
+urlpatterns = patterns('',                                               
+    (r'^updLibInfo$', 'htswfrontend.htsw_reports.libinfopar.refreshLibInfoFile'),
+)