diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-09 19:51:20 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-01-09 19:51:20 +0000 |
commit | dd044054129acce092b6d8ea0ff1b77a2e42c26b (patch) | |
tree | bd3cb1220b794c31a40c64ac6919bdee9884ce3c /www/mod_python3 | |
parent | 2b9db89b12be39e5639558c2b49229904c80a026 (diff) | |
download | ports-dd044054129acce092b6d8ea0ff1b77a2e42c26b.tar.gz ports-dd044054129acce092b6d8ea0ff1b77a2e42c26b.zip |
Remove wrong comments on PythonPath directive.
Submitted by: Gregory Trubetskoy <grisha@apache.org> (author)
Notes
Notes:
svn path=/head/; revision=72821
Diffstat (limited to 'www/mod_python3')
-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/. ================================================================================ |