Merge pep8 changes

This commit is contained in:
Sumit Naiksatam 2011-07-12 15:23:23 -07:00
commit cd46f081ec
1 changed files with 2 additions and 4 deletions

View File

@ -24,10 +24,8 @@ from quantum.plugins.cisco import cisco_constants as const
LOG.basicConfig(level=LOG.WARN)
LOG.getLogger(const.LOGGER_COMPONENT_NAME)
_creds_dictionary = {
'10.10.10.10': ["username", "password"],
'127.0.0.1': ["root", "nova"]
}
_creds_dictionary = {'10.10.10.10': ["username", "password"],
'127.0.0.1': ["root", "nova"]}
class Store(object):