aboutsummaryrefslogtreecommitdiff
path: root/system/graphite-web/patches/graphite.wsgi.example.diff
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-07-04 14:18:16 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-06 11:23:30 +0700
commit8b0441efc70f3cac5b68afbe3a8ff9f9a5d2a086 (patch)
tree3afd7d0c5fc900bc778f75b2dc2b5e241fc564aa /system/graphite-web/patches/graphite.wsgi.example.diff
parent1c2f2e39f25abee8185e93a474225b72238ed6b0 (diff)
system/graphite-web: Removed: obsolete, outdated, unmaintained, not working, or not needed anymore.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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