From 9f149c9f1a0e5e050bd316eaffd6cad51efc4c61 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 21 Jul 2012 17:25:47 -0400 Subject: [PATCH] imports not needed --- library/copy | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/copy b/library/copy index dcd8e98a55..b6021c7b69 100755 --- a/library/copy +++ b/library/copy @@ -17,9 +17,7 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -import sys import os -import shlex import shutil def main():