Tidyup formating

This commit is contained in:
Liam Young 2016-07-21 09:24:30 +00:00
parent d36a55f4ac
commit ed09c1b5a9
2 changed files with 2 additions and 2 deletions

View File

@ -85,5 +85,5 @@ def config_changed():
@reactive.when('identity-service.available')
def configure_ssl(keystone):
'''Configure SSL access to Barbican if requested'''
"""Configure SSL access to Barbican if requested"""
barbican.configure_ssl(keystone)

View File

@ -21,7 +21,7 @@ sys.path.append('src/lib')
# Mock out charmhelpers so that we can test without it.
# also stops sideeffects from occuring.
charmhelpers = mock.MagicMock()
apt_pkg = mock.MagicMock()
apt_pkg = mock.MagicMock()
sys.modules['apt_pkg'] = apt_pkg
sys.modules['charmhelpers'] = charmhelpers
sys.modules['charmhelpers.core'] = charmhelpers.core