Skip to content

Commit

Permalink
Merge pull request #38167 from cachedout/no_pkg_resources
Browse files Browse the repository at this point in the history
Kill pkg_resources for CLI tools [DO NOT MERGE]
  • Loading branch information
Mike Place authored Dec 22, 2016
2 parents 2fc8c15 + ec69017 commit 4c4f07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions salt/cli/key.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from __future__ import print_function
from __future__ import absolute_import


from salt.utils import parsers
from salt.utils.verify import check_user, verify_log

Expand Down
3 changes: 2 additions & 1 deletion salt/cli/salt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

# Import python libs
from __future__ import absolute_import, print_function
import os
import sys
sys.modules['pkg_resources'] = None
import os

# Import Salt libs
from salt.ext.six import string_types
Expand Down

0 comments on commit 4c4f07c

Please sign in to comment.