Show
Ignore:
Timestamp:
11/07/07 15:03:24 (1 year ago)
Author:
amcgregor
Message:

A large number of branch/3.0 updates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/turbomail/control.py

    r66 r68  
    4343                try: 
    4444                        import turbogears 
    45                 except ImportError: 
    46                         turbomail.config = dict() 
    47                 else: 
    48                         if not hasattr(turbomail, 'config'): 
    49                                 turbomail.config = dict() 
    50                                 return 
    5145                         
    5246                        turbogears.config.update(turbomail.config) 
     
    5448                        self.start_extension = self.start 
    5549                        self.shutdown_extension = self.stop 
     50                 
     51                except ImportError: 
     52                        pass 
     53                 
     54                except AttributeError: 
     55                        pass 
    5656         
    5757        def load_single_entry(self, group, name):