diff options
| author | Sandy Walsh <sandy.walsh@rackspace.com> | 2010-12-19 22:14:36 -0400 |
|---|---|---|
| committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2010-12-19 22:14:36 -0400 |
| commit | 8ddae1280da59a0e86e1daf1c8de97248ef6cb13 (patch) | |
| tree | 5ba5720882b2ad410abca002c8b4d939faa9b73c | |
| parent | d00a0cec7e8bb02b44c7d9fd94cb9763c37c505e (diff) | |
| download | nova-8ddae1280da59a0e86e1daf1c8de97248ef6cb13.tar.gz nova-8ddae1280da59a0e86e1daf1c8de97248ef6cb13.tar.xz nova-8ddae1280da59a0e86e1daf1c8de97248ef6cb13.zip | |
pep8 (again again)
| -rw-r--r-- | nova/tests/api/openstack/test_servers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py index 1283167a1..3820f5f27 100644 --- a/nova/tests/api/openstack/test_servers.py +++ b/nova/tests/api/openstack/test_servers.py @@ -59,6 +59,7 @@ def stub_instance(id, user_id=1): return Instance(id=int(id) + 123456, state=0, image_id=10, user_id=user_id, display_name='server%s' % id, internal_id=id) + def fake_compute_api(cls, req, id): return True |
