mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
8 lines
252 B
Text
8 lines
252 B
Text
--- conf/graphite.wsgi.example.orig 2018-04-04 07:58:36 UTC
|
|
+++ conf/graphite.wsgi.example
|
|
@@ -1,4 +1,4 @@
|
|
import sys
|
|
-sys.path.append('/opt/graphite/webapp')
|
|
+sys.path.append('%%PYTHON_SITELIBDIR%%/graphite')
|
|
|
|
from graphite.wsgi import application
|