summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2015-06-30 16:24:23 -0500
committerMatt Martz <matt@sivel.net>2015-07-01 09:39:19 -0500
commitc2d0fbd45ba882c8a211f645e22e029d8c0b8b2a (patch)
treede7413d6ba72e1ab6283b538e8ebcef09b31e4e4
parentb6b576abf6c2e73c8fd4a5308c0cfff00f6d300d (diff)
downloadansible-modules-core-c2d0fbd45ba882c8a211f645e22e029d8c0b8b2a.tar.gz
Remove unnecessary imports in a docs only file for win_copy
-rw-r--r--windows/win_copy.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/windows/win_copy.py b/windows/win_copy.py
index efdebc5a..acc6c9ef 100644
--- a/windows/win_copy.py
+++ b/windows/win_copy.py
@@ -18,8 +18,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 os
-import time
DOCUMENTATION = '''
---