Skip to content

Commit

Permalink
Submitted by: Mark McClain
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha committed Sep 16, 2003
1 parent bde1136 commit 39f0fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/mod_python/util.py
Expand Up @@ -54,7 +54,7 @@
#
# Originally developed by Gregory Trubetskoy.
#
# $Id: util.py,v 1.19 2003/09/15 15:43:33 grisha Exp $
# $Id: util.py,v 1.20 2003/09/16 13:48:20 grisha Exp $

import _apache
import apache
Expand Down Expand Up @@ -311,7 +311,7 @@ def getfirst(self, key, default=None):
return item
else:
return StringField(item.value)
return default
return default

def getlist(self, key):
""" return a list of received values """
Expand Down

0 comments on commit 39f0fa7

Please sign in to comment.