opnsense-ports/www/py-graphite-web/files/patch-conf__graphite.wsgi.example
Franco Fichtner 76a5ee7662 */*: sync with upstream
Taken from: FreeBSD
2016-04-23 19:02:02 +02:00

10 lines
271 B
Text

--- conf/graphite.wsgi.example.orig 2015-11-27 18:37:16 UTC
+++ conf/graphite.wsgi.example
@@ -1,6 +1,6 @@
import os
import sys
-sys.path.append('/opt/graphite/webapp')
+sys.path.append('%%PYTHON_SITELIBDIR%%/graphite')
try:
from importlib import import_module