~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/volume/utils.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Volume-related Utilities and helpers."""
18
18
 
19
19
from nova import flags
20
 
from nova.notifier import api as notifier_api
21
20
from nova.openstack.common import log as logging
 
21
from nova.openstack.common.notifier import api as notifier_api
22
22
from nova.openstack.common import timeutils
23
23
from nova import utils
24
24