mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
7b3a2e1464
Signed-off-by: Mario Preksavec <mario@slackware.hr>
10 lines
359 B
Diff
10 lines
359 B
Diff
--- 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
|