
Implicit relative imports don't work on Python3, and are also prone to several different classes of errors. Change-Id: I7b62e9bfbe9c0b1fc9876413e3139fda019a4e57
9 lines
162 B
Python
9 lines
162 B
Python
from swift.common.ring.ring import RingData, Ring
|
|
from swift.common.ring.builder import RingBuilder
|
|
|
|
__all__ = [
|
|
'RingData',
|
|
'Ring',
|
|
'RingBuilder',
|
|
]
|