Merge pull request #7392 from s0undt3ch/hotfix/lint

Fix `pep8` `E302` issues
This commit is contained in:
Joseph Hall 2013-09-21 07:24:45 -07:00
commit 07233a44b4
2 changed files with 2 additions and 0 deletions

View File

@ -607,6 +607,7 @@ def _unify_sources_and_hashes(source=None, source_hash=None,
# Make a nice neat list of tuples exactly len(sources) long..
return (True, '', map(None, sources, source_hashes[:len(sources)]))
def _get_template_texts(source_list=None,
template='jinja',
defaults=None,

View File

@ -14,6 +14,7 @@ The postgres_group module is used to create and manage Postgres groups.
# Import salt libs
import salt.utils
def __virtual__():
'''
Only load if the postgres module is present