Ignore:
Timestamp:
7 Jul 2016, 06:43:38 (8 years ago)
Author:
Henrik Bettermann
Message:

Use defaultFactory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/interfaces.py

    r13884 r14018  
    226226        required = False,
    227227        readonly = False,
    228         default = [],
     228        defaultFactory=list,
    229229        )
    230230    olevel_type2 = schema.Choice(
     
    255255        required = False,
    256256        readonly = False,
    257         default = [],
     257        defaultFactory=list,
    258258        )
    259259    hq_type = schema.Choice(
Note: See TracChangeset for help on using the changeset viewer.