Fix some pep8 errors

There some pep8 errors outside the main code directory. These files are
examined each time we run 'flake8' and the problems therein will surface
in these occasions. This patch fixes such problems.

Change-Id: If19bbb4d5377549ad5ba5af438b35941ff1c81c0
This commit is contained in:
tengqm
2016-10-11 04:34:04 -04:00
parent 108f2299fe
commit ea92f147ae
2 changed files with 3 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ import subprocess
import sys
import openstackdocstheme # noqa
from senlin.version import version_info
extensions = [
'os_api_ref',
@@ -70,7 +71,6 @@ copyright = u'2015-present, OpenStack Foundation'
# |version| and |release|, also used in various other places throughout the
# built documents.
#
from senlin.version import version_info
# The full version, including alpha/beta/rc tags.
release = version_info.release_string()
# The short X.Y version.