~justin-fathomdb/nova/justinsb-openstack-api-volumes

« back to all changes in this revision

Viewing changes to nova/tests/test_cloud.py

  • Committer: Justin Santa Barbara
  • Date: 2011-02-24 05:20:49 UTC
  • Revision ID: justin@fathomdb.com-20110224052049-acj953w7k790wcks
Another style issue (2 blank lines)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
from nova.api.ec2 import cloud
42
42
from nova.objectstore import image
43
43
 
 
44
 
44
45
FLAGS = flags.FLAGS
45
46
LOG = logging.getLogger('nova.tests.cloud')
46
47