Skip to content

Commit

Permalink
avoid relative shlex import
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Oct 19, 2015
1 parent e5b6d80 commit de3ca57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/utils/cmd_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import

import os
import sys
Expand Down

0 comments on commit de3ca57

Please sign in to comment.