really fixed

This commit is contained in:
Jesse Andrews 2011-08-13 16:37:55 -07:00
parent d302f2089a
commit 128608f086
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import httplib2
from novaclient import client as base_client
jrom novaclient.v1_1 import client
from novaclient.v1_1 import client
from tests import fakes
@ -373,7 +373,7 @@ class FakeHTTPClient(base_client.HTTPClient):
def delete_zones_1(self, **kw):
return (202, None)
https://github.com/rackspace/python-novaclient/pull/71/files#
#
# Keypairs
#
def get_os_keypairs(self, *kw):