~nova-coresec/nova/ppa-lucid

« back to all changes in this revision

Viewing changes to nova/tests/api/openstack/test_faults.py

  • Committer: Soren Hansen
  • Date: 2010-10-20 02:31:51 UTC
  • mfrom: (195.1.88 ubuntu-packaging)
  • Revision ID: soren.hansen@rackspace.com-20101020023151-pzo6st38dd8xdo81
Merge ubuntu packaging branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import webob.dec
4
4
import webob.exc
5
5
 
6
 
from nova.api.rackspace import faults
 
6
from nova.api.openstack import faults
7
7
 
8
8
class TestFaults(unittest.TestCase):
9
9