Hello,

Number-1 :

In satellite.py, scheduler.py, satelittelink.py, etc.

The Pyro import is sometimes imported as pyro, and sometimes as Pyro.

In the case of a pyro import, it is then assigned to Pyro = pyro.Pyro.

What's the deal here. Shouldn't we be only using imports as Pyro? Was 
there a special reason to have both pyro and Pyro available.

Number-2:

When calling pyro traceback, do we need to put it in a try statement or 
can we not directly call it. It didn't seem to help in issue 404 that it 
was in a try statement it borked anyway.

except
     logger.error (blah condition and tracebackPyro3 or tracebackPyro4)

except
     try
         exp = blah condition and tracebackPyro3 or tracebackPyro4)
     except
         pass

      logger.error(exp)

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Shinken-devel mailing list
Shinken-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shinken-devel

Reply via email to