Closed loomis closed 10 years ago
The import for the volume manager factory is incorrect. It should change from:
from stratuslab.volume_manager_factory import VolumeManagerFactory
to
from stratuslab.volume_manager.volume_manager_factory import VolumeManagerFactory
Duplicate fixed issue #99?
Yes, a duplicate. Don't understand why your change doesn't show up in my log.
The import for the volume manager factory is incorrect. It should change from:
to