summaryrefslogtreecommitdiff
path: root/tests/mysqldb_test.py
diff options
context:
space:
mode:
authorDuncan McGreggor <oubiwann@gmail.com>2011-10-28 23:12:12 -0700
committerDuncan McGreggor <oubiwann@gmail.com>2011-10-28 23:12:12 -0700
commitf1bed7d9f95cbe4d44e1dd0a22645002d6183869 (patch)
tree54f2501d2072bd13efc5d4bb568e80a2b7ff5d0b /tests/mysqldb_test.py
parentfa59a3b339e103bd2660c3cf2204bbd1da297ba3 (diff)
downloadeventlet-f1bed7d9f95cbe4d44e1dd0a22645002d6183869.tar.gz
Added a missing traceback import.
Diffstat (limited to 'tests/mysqldb_test.py')
-rw-r--r--tests/mysqldb_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mysqldb_test.py b/tests/mysqldb_test.py
index 7eb3e52..f6f45cf 100644
--- a/tests/mysqldb_test.py
+++ b/tests/mysqldb_test.py
@@ -1,6 +1,7 @@
import os
import sys
import time
+import traceback
from tests import skipped, skip_unless, using_pyevent, get_database_auth, LimitedTestCase
import eventlet
from eventlet import event