Import GLOBAL_ONLY

This commit is contained in:
twangboy 2018-08-28 17:30:34 -06:00
parent c591d2b5f6
commit 2bf7edaa61
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -26,7 +26,8 @@ from salt.runners.winrepo import (
genrepo as _genrepo,
update_git_repos as _update_git_repos,
PER_REMOTE_OVERRIDES,
PER_REMOTE_ONLY
PER_REMOTE_ONLY,
GLOBAL_ONLY
)
from salt.ext import six
try: