Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
oops - a line missing in apache.py
  • Loading branch information
gtrubetskoy committed Aug 28, 2000
1 parent f53dde3 commit 85ee134
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/python/mod_python/apache.py
Expand Up @@ -3,7 +3,7 @@
This file is part of mod_python. See COPYRIGHT file for details.
$Id: apache.py,v 1.18 2000/08/28 19:32:59 gtrubetskoy Exp $
$Id: apache.py,v 1.19 2000/08/28 21:33:41 gtrubetskoy Exp $
"""

Expand Down Expand Up @@ -127,6 +127,7 @@ def Dispatch(self, req, htype):
if sys.path != newpath:
sys.path = newpath
else:
dir = req.get_all_dirs()[htype]
if dir not in sys.path:
sys.path[:0] = [dir]

Expand Down

0 comments on commit 85ee134

Please sign in to comment.