Merge "Remove example of deprecated app.info"

This commit is contained in:
Zuul 2018-10-16 15:36:45 +00:00 committed by Gerrit Code Review
commit db99f407fe
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Here's another example that's python code:
def builder_inited(app):
theme_dir = os.path.join(os.path.dirname(__file__), 'theme')
app.info('Using openstack theme from %s' % theme_dir)
LOG.info('Using openstack theme from %s' % theme_dir)
# Insert our theme directory at the front of the search path and
# force the theme setting to use the one in the package. This is
# done here, instead of in setup(), because conf.py is read after