How to use plugins..

Josiah Carlson jcarlson at nospam.uci.edu
Sun Feb 29 19:27:45 EST 2004


> bad bad bad bad idea
> 
> try hitting ctrl-c while plugin.function is running, for instance.

So you do:

try:
     #stuff
except KeyboardInterrupt:
     raise
except:
     #report exception


  - Josiah



More information about the Python-list mailing list