diff options
author | perky <perky@FreeBSD.org> | 2003-01-10 03:53:05 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-01-10 03:53:05 +0800 |
commit | deeee80fbf6e930ce2de904c61df3c8bc65d85a9 (patch) | |
tree | c2328f64e2785807f0e7604182319432f5430b4d /www | |
parent | 16d1b098499317518665a3b96f61a70afca4bfa5 (diff) | |
download | freebsd-ports-gnome-deeee80fbf6e930ce2de904c61df3c8bc65d85a9.tar.gz freebsd-ports-gnome-deeee80fbf6e930ce2de904c61df3c8bc65d85a9.tar.zst freebsd-ports-gnome-deeee80fbf6e930ce2de904c61df3c8bc65d85a9.zip |
Remove wrong comments on PythonPath directive.
Submitted by: Gregory Trubetskoy <grisha@apache.org> (author)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_python/pkg-message | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_python/pkg-message b/www/mod_python/pkg-message index 64fe01bba1c4..612fd5e7f501 100644 --- a/www/mod_python/pkg-message +++ b/www/mod_python/pkg-message @@ -7,9 +7,6 @@ AddHandler python-program .py PythonHandler foobar PythonDebug On -Where PythonPath includes the paths to at least the Python libdir, its -site-packages dir, and to the dir where your Python programs are. Also consider -including the dir to mod_python if your Python distribution is installed in a -non-standard location. For more information, see http://www.modpython.org/. +For more information, see http://www.modpython.org/. ================================================================================ |