diff options
author | perky <perky@FreeBSD.org> | 2003-01-10 03:51:20 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-01-10 03:51:20 +0800 |
commit | 16d1b098499317518665a3b96f61a70afca4bfa5 (patch) | |
tree | 3711a83bc0f29c6b957503a7a3cb699a5b8c4c3b | |
parent | 70308595530942c5ee624f86d27b253a2219a4bb (diff) | |
download | freebsd-ports-gnome-16d1b098499317518665a3b96f61a70afca4bfa5.tar.gz freebsd-ports-gnome-16d1b098499317518665a3b96f61a70afca4bfa5.tar.zst freebsd-ports-gnome-16d1b098499317518665a3b96f61a70afca4bfa5.zip |
Remove wrong comments on PythonPath directive.
Submitted by: Gregory Trubetskoy <grisha@apache.org> (author)
-rw-r--r-- | www/mod_python3/pkg-message | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/mod_python3/pkg-message b/www/mod_python3/pkg-message index 64fe01bba1c4..612fd5e7f501 100644 --- a/www/mod_python3/pkg-message +++ b/www/mod_python3/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/. ================================================================================ |