Merge "python3: Start of adding basic python3 support."
This commit is contained in:
commit
43a838eabf
@ -17,7 +17,7 @@
|
||||
""""
|
||||
OpenStack Swift Python client binding.
|
||||
"""
|
||||
from client import *
|
||||
from .client import *
|
||||
|
||||
# At setup.py time, we haven't installed anything yet, so there
|
||||
# is nothing that is able to set this version property. Squelching
|
||||
|
@ -23,7 +23,7 @@ import warnings
|
||||
from urlparse import urlparse
|
||||
|
||||
# TODO: mock http connection class with more control over headers
|
||||
from utils import fake_http_connect, fake_get_keystoneclient_2_0
|
||||
from .utils import fake_http_connect, fake_get_keystoneclient_2_0
|
||||
|
||||
from swiftclient import client as c
|
||||
from swiftclient import utils as u
|
||||
|
Loading…
x
Reference in New Issue
Block a user