StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

incorrect import in `stratus-storage-quarantine` #100

Closed loomis closed 10 years ago

loomis commented 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
cgauthey commented 10 years ago

Duplicate fixed issue #99?

loomis commented 10 years ago

Yes, a duplicate. Don't understand why your change doesn't show up in my log.