Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
c92c4e73
Commit
c92c4e73
authored
Feb 19, 2015
by
Brian Coca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readded absolute_import
parent
8872bba2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lib/ansible/runner/filter_plugins/core.py
+1
-0
lib/ansible/runner/filter_plugins/mathstuff.py
+1
-0
No files found.
lib/ansible/runner/filter_plugins/core.py
View file @
c92c4e73
...
...
@@ -34,6 +34,7 @@ import uuid
import
yaml
from
jinja2.filters
import
environmentfilter
from
distutils.version
import
LooseVersion
,
StrictVersion
from
__future__
import
absolute_import
from
ansible
import
errors
from
ansible.utils.hashing
import
md5s
,
checksum_s
...
...
lib/ansible/runner/filter_plugins/mathstuff.py
View file @
c92c4e73
...
...
@@ -18,6 +18,7 @@
import
math
import
collections
from
ansible
import
errors
from
__future__
import
absolute_import
def
unique
(
a
):
if
isinstance
(
a
,
collections
.
Hashable
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment