Sean McGinnis 3c50cb5cce Fix deprecation warnings under py36
This addresses two sources of deprecation warnings.

The collections package has moved ABC classes under collections.abc. Six
does not support this move yet, so this updates the code to try to
import from the newer locations, and if that fails, import from the old
location.

Py36 is also more strict about escape sequences in strings. This happens
move often with regex strings that are valid regex but not a valid
normal string escape sequence. This addresses those errors by switching
to raw strings.

Change-Id: I4c61df6b6432b135297f38c02b4538e4ba56be51
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-04-11 11:03:59 +00:00
2018-07-13 10:18:54 +07:00
2019-04-11 11:03:59 +00:00
2014-04-30 16:55:51 +02:00
2014-04-18 11:33:16 +03:00
2018-07-13 10:18:54 +07:00
2018-12-20 20:11:10 +01:00
2014-04-18 11:33:16 +03:00
2014-04-18 11:33:16 +03:00
2018-06-21 13:16:03 +08:00
2019-03-22 19:34:32 +00:00
2017-03-03 00:03:00 +00:00
2018-10-09 13:35:12 +00:00

Team and repository tags

image

oslo.db -- OpenStack Database Pattern Library

Latest Version

Downloads

The oslo db (database) handling library, provides database connectivity to different database backends and various other helper utils.

Description
OpenStack Common DB Code
Readme 14 MiB
Languages
Python 99.6%
Shell 0.4%