Restore blank lines again.

This commit is contained in:
Anton D 2015-08-30 22:37:13 +12:00
parent 1710070f61
commit 8aef725243
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@ from salt.config import _expand_glob_path
import salt.cli.caller
import salt.defaults.exitcodes
class SaltCall(parsers.SaltCallOptionParser):
'''
Used to locally execute a salt command

View file

@ -7,6 +7,7 @@ from salt.utils.verify import check_user, verify_env, verify_files
from salt.exceptions import SaltClientError
import salt.defaults.exitcodes
class SaltRun(parsers.SaltRunOptionParser):
'''
Used to execute Salt runners