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