nova/doc/ext
ChangBo Guo(gcb) f8c1ee3950 Fix SafeConfigParser DeprecationWarning in Python 3.2
SafeConfigParser is deprecated in Python 3.2 and log warning
like " DeprecationWarning: The SafeConfigParser class has
been renamed to ConfigParser in Python 3.2. This alias will be
removed in future versions. Use ConfigParser directly instead."
So use ConfigParser in Python 3.2+.

Closes-Bug: #1618666
Change-Id: I225bde35b18bd410f3fe9d415759d1def0a91aca
2016-09-12 13:04:38 +08:00
..
__init__.py add in custom todo, and custom css 2010-11-05 12:49:42 -07:00
feature_matrix.py Fix SafeConfigParser DeprecationWarning in Python 3.2 2016-09-12 13:04:38 +08:00
nova_todo.py Use six.moves.range for Python 3 2015-05-20 15:19:51 -07:00
support_matrix.py Fix SafeConfigParser DeprecationWarning in Python 3.2 2016-09-12 13:04:38 +08:00
versioned_notifications.py Enhance notification doc generation with samples 2016-07-20 17:33:32 +00:00