Commit 24923c2e by Michael DeHaan

Purge unused imports per pyflakes

parent 60bf82d2
......@@ -19,7 +19,6 @@
################################################
import paramiko
import exceptions
import os
from ansible.errors import *
......
......@@ -27,10 +27,8 @@ import ansible.connection
import Queue
import random
import jinja2
import time
import traceback
import tempfile
import StringIO
# FIXME: stop importing *, use as utils/errors
from ansible.utils import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment