Changeset 700

Show
Ignore:
Timestamp:
06/19/08 15:54:17 (2 months ago)
Author:
sylvain
Message:

catching a potential Axon harmless error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oss/headstock/headstock/example/microblog/jabber-service.py

    r682 r700  
    66 
    77from Axon.Scheduler import scheduler  
     8from AxonExceptions import MultipleServiceDeletion 
    89 
    910from cherrypy.process import bus 
     
    9495                print ke 
    9596                pass 
     97            except MultipleServiceDeletion, ex: 
     98                print ex 
    9699 
    97100def setup(server):