Ignore:
Timestamp:
23 Jul 2012, 21:08:27 (12 years ago)
Author:
Henrik Bettermann
Message:

Do not export repeated fields twice.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py

    r9011 r9043  
    520520            if exclude_methods and isinstance(descr, Method):
    521521                continue
     522            if name in result:
     523                continue
    522524            result.append(name)
    523525    return result
Note: See TracChangeset for help on using the changeset viewer.