Commit fe88ba7c by Victor Lin Committed by James Cammarata

Undo changes to filter module

parent 559c04f3
......@@ -15,7 +15,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 base64
import json
import os.path
......@@ -26,9 +25,8 @@ import glob
import re
import collections
import operator as py_operator
import hashlib
from ansible import errors
from ansible.utils import md5s, OMIT_PLACE_HOLDER
from ansible.utils import md5s
from distutils.version import LooseVersion, StrictVersion
from random import SystemRandom
from jinja2.filters import environmentfilter
......
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