summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@debian.org>2014-09-15 19:16:44 +0000
committerHolger Levsen <holger@debian.org>2014-09-15 19:16:44 +0000
commit32c9830f813dfbd759dcdc731eefbb7e8aef6287 (patch)
tree24c2b67dd8b0eb1e9431f167cb996f145bb70035
parent6abe9015bf946aa728951634ad1ec6c36c6f4430 (diff)
introduce new directory and serve static files from there, currently just static/style.css
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@28799 e39458fd-73e7-0310-bf30-c45bca0a0e42
-rw-r--r--bin/tracker_service.py2
-rw-r--r--static/style.css (renamed from bin/tracker_service.css)0
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/tracker_service.py b/bin/tracker_service.py
index c4b5111b09..a3e73abb83 100644
--- a/bin/tracker_service.py
+++ b/bin/tracker_service.py
@@ -150,7 +150,7 @@ class TrackerService(webservice_base_class):
self.register('style.css', self.page_style_css)
def page_style_css(self, path, params, url):
- f=open('tracker_service.css', 'r')
+ f=open('../static/style.css', 'r')
content=f.read()
f.close()
return BinaryResult(content,'text/css')
diff --git a/bin/tracker_service.css b/static/style.css
index 0e02a61274..0e02a61274 100644
--- a/bin/tracker_service.css
+++ b/static/style.css

© 2014-2024 Faster IT GmbH | imprint | privacy policy