add pyflakes target & associated fixes. Also decided to save JSON to --tree file so it can

be better used programatically.  May have to come up with another system of tree logging for
playbook if playbook decides to have tree logging.  Presumably not the highest priority.
This commit is contained in:
Michael DeHaan 2012-03-02 22:10:51 -05:00
commit 6541f338df
5 changed files with 9 additions and 7 deletions

View file

@ -27,7 +27,6 @@ import fnmatch
import multiprocessing
import signal
import os
import traceback
import ansible.constants as C
import Queue
import paramiko