Show
Ignore:
Timestamp:
03/27/07 10:32:25 (6 years ago)
Author:
ged
Message:

pep8fix

Files:
1 modified

Legend:

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

    r93 r94  
    296296    Entity meta class. 
    297297    """ 
     298 
    298299    def __init__(cls, name, bases, dict_): 
    299300        # only process subclasses of Entity, not Entity itself