blob: 2584cb7e7cc6dde375345b9a6e7fc8717b6ee7ec (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- 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
|