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
c4779d95
Commit
c4779d95
authored
Feb 17, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing unused import, 'make pyflakes' is now clean.
parent
8097fd18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
bin/ansible-doc
+0
-5
lib/ansible/callbacks.py
+0
-1
No files found.
bin/ansible-doc
View file @
c4779d95
...
@@ -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
...
...
lib/ansible/callbacks.py
View file @
c4779d95
...
@@ -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
:
...
...
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