~ubuntu-cloud-archive/ubuntu/precise/cinder/trunk

« back to all changes in this revision

Viewing changes to cinder/tests/integrated/test_xml.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-23 08:39:28 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121123083928-xvzet603cjfj9p1t
Tags: 2013.1~g1-0ubuntu1
* New upstream release.
* debian/patches/avoid_setuptools_git_dependency.patch:
  Avoid git installation. (LP: #1075948) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
from lxml import etree
19
19
 
 
20
from cinder.api import common
20
21
from cinder.openstack.common import log as logging
21
22
from cinder.tests.integrated import integrated_helpers
22
 
from cinder.api.openstack import common
23
23
 
24
24
 
25
25
LOG = logging.getLogger(__name__)