Removing unused import, 'make pyflakes' is now clean.

This commit is contained in:
Michael DeHaan 2013-02-17 19:49:50 -05:00
parent 8097fd18a2
commit c4779d95b8
2 changed files with 0 additions and 6 deletions

View file

@ -22,7 +22,6 @@ import os
import subprocess
import os.path
from ansible.color import stringc
import ansible.constants as C
cowsay = None
if os.getenv("ANSIBLE_NOCOWS") is not None: