@@ -0,0 +1,7 @@
+<!-- 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>
\ No newline at end of file