telepathy-salut: SalutTest: Add missing import
Xavier Claessens
xclaesse at kemper.freedesktop.org
Tue Sep 24 11:47:39 PDT 2013
Module: telepathy-salut
Branch: master
Commit: 8fabb051095eda36beb2709aa5ac76c938d220ef
URL: http://cgit.freedesktop.org/telepathy/telepathy-salut/commit/?id=8fabb051095eda36beb2709aa5ac76c938d220ef
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Fri Sep 20 13:16:45 2013 -0400
SalutTest: Add missing import
---
tests/twisted/saluttest.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py
index 65a1c4c..d622131 100644
--- a/tests/twisted/saluttest.py
+++ b/tests/twisted/saluttest.py
@@ -164,6 +164,7 @@ def exec_test_deferred (fun, params, protocol=None, timeout=None,
except dbus.DBusException, e:
pass
except Exception, e:
+ import traceback
traceback.print_exc()
error = e
More information about the telepathy-commits
mailing list