<!-- See http://www.sublimetext.com/docs/snippets for more information -->
<snippet>
    <content><![CDATA[import traceback; traceback.print_exc();]]></content>
    <tabTrigger>traceback</tabTrigger>
    <scope>source.python</scope>
    <description>traceback print exception</description>
</snippet>