kernel: don't use mutable as default value in function defintion.

bzr revid: ced-363da370daff2fbef4b44c34ef12d353e2b13647
This commit is contained in:
ced 2007-07-26 08:30:53 +00:00
parent 47f1b7bebd
commit 98f82b0766
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ class browse_null(object):
# TODO: execute an object method on browse_record_list
#
class browse_record_list(list):
def __init__(self, lst, context={}):
super(browse_record_list, self).__init__(lst)
self.context = context