Restore python3 fixups

This commit is contained in:
Toshio Kuratomi 2015-04-27 08:46:26 -07:00
parent 8007829228
commit ed2e6fc8fa
8 changed files with 19 additions and 5 deletions

View file

@ -16,6 +16,8 @@
#
# 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, division, print_function)
__metaclass__ = type
import distutils.spawn
import traceback