Fix copyright, unused imports

pull/1948/merge
Michael DeHaan 12 years ago
parent 7d9b29d48a
commit f7aaa5ccc5

@ -1,4 +1,4 @@
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
# (c) 2013, Michael DeHaan <michael.dehaan@gmail.com>
#
# 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 <http://www.gnu.org/licenses/>.
import subprocess
from ansible import utils, errors
import random
# useful for introducing chaos ... or just somewhat reasonably fair selection

Loading…
Cancel
Save