summaryrefslogtreecommitdiffstats
path: root/system/graphite-web/patches/graphite.wsgi.example.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/graphite-web/patches/graphite.wsgi.example.diff')
-rw-r--r--system/graphite-web/patches/graphite.wsgi.example.diff10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/graphite-web/patches/graphite.wsgi.example.diff b/system/graphite-web/patches/graphite.wsgi.example.diff
deleted file mode 100644
index 2584cb7e7c..0000000000
--- a/system/graphite-web/patches/graphite.wsgi.example.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- graphite-web-0.9.15/conf/graphite.wsgi.example.orig 2015-11-27 19:37:16.000000000 +0100
-+++ graphite-web-0.9.15/conf/graphite.wsgi.example 2015-12-03 23:59:30.205576427 +0100
-@@ -1,6 +1,6 @@
- import os
- import sys
--sys.path.append('/opt/graphite/webapp')
-+sys.path.append('/usr/share/graphite-web/static')
-
- try:
- from importlib import import_module