Skip to content

Commit

Permalink
Adding traceback import for errors when called
Browse files Browse the repository at this point in the history
  • Loading branch information
srizzling committed May 12, 2014
1 parent 9278776 commit 31fb7e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jarvis.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import aiml
import sys
import traceback

from src import google_tts
from src import google_stt
from src import microphone
Expand Down

0 comments on commit 31fb7e8

Please sign in to comment.