Show
Ignore:
Timestamp:
04/29/08 12:02:04 (4 months ago)
Author:
Ronny Pfannschmidt <Ronny.Pfannschmidt@…>
Message:

some code cleanups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pida/core/projects.py

    r1142 r1145  
    102102        default = self.get_default_controller() 
    103103        if default is None: 
    104             if len(self.controllers): 
     104            if self.controllers: 
    105105                self.controllers[0].default = True 
    106106        self.save()