minor fixes

Change-Id: Ib5601e1a932e0bfaa0341909416415d1e81ee915
This commit is contained in:
Matt Joyce
2012-05-29 14:29:45 -07:00
parent bf1b45d435
commit 3218849996
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ _code_map = dict((c.http_status, c) for c in [BadRequest, Unauthorized,
def from_response(response, body):
"""
Return an instance of an ClientException or subclass
Return an instance of a ClientException or subclass
based on an httplib2 response.
Usage::

View File

@@ -42,7 +42,7 @@ setuptools.setup(
url='https://github.com/openstack/python-openstackclient',
license="Apache License, Version 2.0",
author='OpenStack Client Contributors',
author_email='openstackclient@example.com',
author_email='openstack@lists.launchpad.net',
packages=setuptools.find_packages(exclude=['tests', 'tests.*']),
classifiers=[
'Development Status :: 2 - Pre-Alpha',