avoid relative shlex import

fixes #12777
This commit is contained in:
Brian Coca 2015-10-19 19:55:22 -04:00
parent e5b6d802bf
commit de3ca57a33

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