Changeset 514

Show
Ignore:
Timestamp:
11/09/09 21:12:05 (4 years ago)
Author:
ged
Message:

remove obsolete comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/elixir/entity.py

    r513 r514  
    720720    """ 
    721721    # Create the entity descriptor 
    722     #XXX: we might want to use a simplified descriptor for bases and abstract 
    723     # classes which only need "bases", "options_defaults" and "abstract" 
    724722    desc = cls._descriptor = EntityDescriptor(cls) 
    725723