From f7aaa5ccc5973b2c2f97dbd57be13daa6801f91c Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 2 Feb 2013 13:06:48 -0500 Subject: [PATCH] Fix copyright, unused imports --- lib/ansible/runner/lookup_plugins/random_choice.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/ansible/runner/lookup_plugins/random_choice.py b/lib/ansible/runner/lookup_plugins/random_choice.py index 73687b1c99..60e3ede92e 100644 --- a/lib/ansible/runner/lookup_plugins/random_choice.py +++ b/lib/ansible/runner/lookup_plugins/random_choice.py @@ -1,4 +1,4 @@ -# (c) 2012, Michael DeHaan +# (c) 2013, Michael DeHaan # # This file is part of Ansible # @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -import subprocess -from ansible import utils, errors import random # useful for introducing chaos ... or just somewhat reasonably fair selection