fixed pep8

This commit is contained in:
Yulia Portnova 2013-09-18 15:25:53 +03:00
parent 95c64adea3
commit 382ce9afff
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.pyc
.idea
.tox/*
python_manilaclient.egg-info
setuptools_git*.egg
setuptools_git*.egg

View File

@ -152,7 +152,7 @@ class ShareManager(base.ManagerWithFind):
"""
access = self._action('os-allow_access', share,
{'access_type': access_type,
'access_to': access})[1]["access"]
'access_to': access})[1]["access"]
return access
def deny(self, share, id):