From 6ecca227b87bdc14f8f2620d370851647394f141 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 15 Oct 2014 18:37:17 -0400 Subject: [PATCH] Fix missing import --- v2/test/compat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/test/compat.py b/v2/test/compat.py index 6c122f2fad..9fe93b7763 100644 --- a/v2/test/compat.py +++ b/v2/test/compat.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . +import sys import unittest #