tooz/tooz
Joshua Harlow 9d0836c710 Be more tolerant of unicode exceptions
When an exception message is in unicode we should not fail
when trying to get that unicode containing exceptions message
so instead of using str() use a new utils function that has
been working in other projects to attempt to convert a exception
message into its corresponding unicode in a safer manner.

Change-Id: I202f12d8f9bf562972b760f91805dba2ad14d804
2014-09-18 17:08:11 +02:00
..
drivers Be more tolerant of unicode exceptions 2014-09-18 17:08:11 +02:00
openstack Use the more reliable sysv_ipc instead of posix_ipc+lockutils 2014-09-16 11:27:39 -07:00
tests Use the more reliable sysv_ipc instead of posix_ipc+lockutils 2014-09-16 11:27:39 -07:00
__init__.py Switch to a custom NotImplemented error 2014-09-12 11:20:17 +02:00
coordination.py Switch to a custom NotImplemented error 2014-09-12 11:20:17 +02:00
locking.py Standardize on the same lock acquire method definition 2014-09-17 18:19:06 -07:00
utils.py Be more tolerant of unicode exceptions 2014-09-18 17:08:11 +02:00