Christian Berendt 222272850a replaced e.message
BaseException.message has been deprecated as of Python 2.6.

http://legacy.python.org/dev/peps/pep-0352/

Replaced e.message with six.text_type(e) (uses unicode with
Python 2.x and str with Python 3.x).

Change-Id: I89aa278c337dd5985d6de28563b1d6e64ce4f95a
2014-05-16 18:18:39 +02:00
..
2014-04-22 14:52:00 +02:00
2014-04-15 11:20:50 +02:00
2014-04-22 14:52:00 +02:00
2014-04-22 14:52:00 +02:00
2013-07-01 11:01:17 +02:00
2014-05-16 18:18:39 +02:00