san driver: don't use relative Python import
Replace relative import with absolute import. Relative imports don't work on Python 3 anymore. Blueprint cinder-python3 Change-Id: Ie27ee7d8734c59d0739b8e1a2ecc369801d56cf7
This commit is contained in:
parent
8920fa8e00
commit
09937416d1
@ -22,4 +22,4 @@
|
||||
"""
|
||||
|
||||
# Adding imports for backwards compatibility in loading volume_driver.
|
||||
from san import SanISCSIDriver # noqa
|
||||
from cinder.volume.drivers.san.san import SanISCSIDriver # noqa
|
||||
|
Loading…
Reference in New Issue
Block a user