~ubuntu-branches/ubuntu/vivid/python-oslo.vmware/vivid

« back to all changes in this revision

Viewing changes to oslo_vmware/rw_handles.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-04-10 11:46:52 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150410114652-8htuh3zsmgtmhxb9
Tags: 0.11.1-0ubuntu1
New upstream release (LP: #1444594)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
import logging
25
25
import ssl
26
26
 
 
27
from oslo_utils import excutils
 
28
from oslo_utils import netutils
27
29
import requests
28
30
import six
29
31
import six.moves.urllib.parse as urlparse
30
32
from urllib3 import connection as httplib
31
33
 
32
 
from oslo.utils import excutils
33
 
from oslo.utils import netutils
34
34
from oslo_vmware._i18n import _, _LE, _LW
35
35
from oslo_vmware import exceptions
36
36
from oslo_vmware import vim_util