avoid relative shlex import

fixes #12777
pull/4420/head
Brian Coca 2015-10-19 19:55:22 -04:00
parent e5b6d802bf
commit de3ca57a33
1 changed files with 1 additions and 0 deletions

View File

@ -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