skorokithakis / tbvaccine

A small utility to pretty-print Python tracebacks. ⛺
MIT License
377 stars 14 forks source link

Allow tbvaccine to be used as a python module #4

Closed azmeuk closed 7 years ago

azmeuk commented 7 years ago

This code is inspired by the one in colored-traceback. It allows tbvaccine to be launched with python -m tbvaccine somescript.py, so anyone can test it without editing any code or piping the stderr output.