aboutsummaryrefslogtreecommitdiff
path: root/www/py-graphite-web/files/patch-conf-graphite.wsgi.example
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-graphite-web/files/patch-conf-graphite.wsgi.example')
-rw-r--r--www/py-graphite-web/files/patch-conf-graphite.wsgi.example9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/py-graphite-web/files/patch-conf-graphite.wsgi.example b/www/py-graphite-web/files/patch-conf-graphite.wsgi.example
deleted file mode 100644
index e0c2090eb166..000000000000
--- a/www/py-graphite-web/files/patch-conf-graphite.wsgi.example
+++ /dev/null
@@ -1,9 +0,0 @@
---- conf/graphite.wsgi.example.ori 2012-10-12 19:34:56.000000000 -0600
-+++ conf/graphite.wsgi.example 2012-10-12 19:35:07.000000000 -0600
-@@ -1,5 +1,5 @@
- import os, sys
--sys.path.append('/opt/graphite/webapp')
-+sys.path.append('/usr/local/graphite/webapp')
- os.environ['DJANGO_SETTINGS_MODULE'] = 'graphite.settings'
-
- import django.core.handlers.wsgi