avoid relative shlex import

fixes #12777
pull/12835/head
Brian Coca 9 years ago
parent e5b6d802bf
commit de3ca57a33

@ -14,6 +14,7 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
from __future__ import absolute_import
import os import os
import sys import sys

Loading…
Cancel
Save