Skip to content

Commit

Permalink
Remove obsolete code from vpoller-client
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 11, 2014
1 parent 5bc44e9 commit df10a33
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/vpoller-client
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ discovering and polling of vSphere Object properties.
"""

import json
import logging

from vpoller.client import VPollerClient
Expand Down Expand Up @@ -98,14 +97,6 @@ Examples:
}

data = client.run(msg)
if isinstance(data, dict):
result = json.dumps(
data,
indent=4,
ensure_ascii=False
)
else:
result = data

print result

Expand Down

0 comments on commit df10a33

Please sign in to comment.