~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/tests/api/test_router.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from cinder import flags
23
23
from cinder.openstack.common import log as logging
24
24
from cinder import test
25
 
from cinder.tests.api.openstack import fakes
 
25
from cinder.tests.api import fakes
26
26
 
27
27
FLAGS = flags.FLAGS
28
28