Commit fed7cea7 by James Cammarata

Merge pull request #12758 from mgedmin/fix-os-import

Fix Unexpected Exception: global name 'os' is not defined
parents 0526b43b 4fb6f62f
......@@ -21,13 +21,13 @@ __metaclass__ = type
import getpass
import locale
import os
import signal
import sys
from six import string_types
from ansible import constants as C
from ansible.errors import *
from ansible.executor.task_queue_manager import TaskQueueManager
from ansible.playbook import Playbook
from ansible.template import Templar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment