Commit c4779d95 by Michael DeHaan

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

parent 8097fd18
...@@ -20,16 +20,11 @@ ...@@ -20,16 +20,11 @@
import os import os
import sys import sys
import yaml
import json
import ast
import textwrap import textwrap
import re import re
import optparse import optparse
import time
import datetime import datetime
from ansible import utils from ansible import utils
from ansible import errors
from ansible.utils import module_docs from ansible.utils import module_docs
import ansible.constants as C import ansible.constants as C
from ansible.utils import version from ansible.utils import version
......
...@@ -22,7 +22,6 @@ import os ...@@ -22,7 +22,6 @@ import os
import subprocess import subprocess
import os.path import os.path
from ansible.color import stringc from ansible.color import stringc
import ansible.constants as C
cowsay = None cowsay = None
if os.getenv("ANSIBLE_NOCOWS") is not None: if os.getenv("ANSIBLE_NOCOWS") is not None:
......
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