Undo changes to filter module
This commit is contained in:
parent
559c04f324
commit
fe88ba7c8d
1 changed files with 1 additions and 3 deletions
|
@ -15,7 +15,6 @@
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import os
|
|
||||||
import base64
|
import base64
|
||||||
import json
|
import json
|
||||||
import os.path
|
import os.path
|
||||||
|
@ -26,9 +25,8 @@ import glob
|
||||||
import re
|
import re
|
||||||
import collections
|
import collections
|
||||||
import operator as py_operator
|
import operator as py_operator
|
||||||
import hashlib
|
|
||||||
from ansible import errors
|
from ansible import errors
|
||||||
from ansible.utils import md5s, OMIT_PLACE_HOLDER
|
from ansible.utils import md5s
|
||||||
from distutils.version import LooseVersion, StrictVersion
|
from distutils.version import LooseVersion, StrictVersion
|
||||||
from random import SystemRandom
|
from random import SystemRandom
|
||||||
from jinja2.filters import environmentfilter
|
from jinja2.filters import environmentfilter
|
||||||
|
|
Loading…
Reference in a new issue