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
24923c2e
Commit
24923c2e
authored
Mar 15, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Purge unused imports per pyflakes
parent
60bf82d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
lib/ansible/connection.py
+0
-1
lib/ansible/runner.py
+0
-2
No files found.
lib/ansible/connection.py
View file @
24923c2e
...
...
@@ -19,7 +19,6 @@
################################################
import
paramiko
import
exceptions
import
os
from
ansible.errors
import
*
...
...
lib/ansible/runner.py
View file @
24923c2e
...
...
@@ -27,10 +27,8 @@ import ansible.connection
import
Queue
import
random
import
jinja2
import
time
import
traceback
import
tempfile
import
StringIO
# FIXME: stop importing *, use as utils/errors
from
ansible.utils
import
*
...
...
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