From f577f46ccf9447199e346868ab691e855b8e3d11 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Sun, 4 Sep 2016 18:55:36 +0200 Subject: [PATCH] fix imports --- lib/ansible/modules/network/nxos/nxos_vpc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/network/nxos/nxos_vpc.py b/lib/ansible/modules/network/nxos/nxos_vpc.py index 1b1f9b8ad7a..8ad69e2b899 100644 --- a/lib/ansible/modules/network/nxos/nxos_vpc.py +++ b/lib/ansible/modules/network/nxos/nxos_vpc.py @@ -141,6 +141,9 @@ changed: sample: true ''' +import json +import collections + # COMMON CODE FOR MIGRATION import re