ceilometerclient/v2/client.py: Copy from orig tar file.

This commit is contained in:
Corey Bryant
2016-08-03 16:34:27 -04:00
parent 0bbb5e2255
commit e4b53d79ad
2 changed files with 1 additions and 2 deletions

View File

@@ -123,5 +123,3 @@ class Client(object):
return None
except requests.exceptions.ConnectionError:
return None
except requests.exceptions.ConnectionError:
return None

1
debian/changelog vendored
View File

@@ -11,6 +11,7 @@ python-ceilometerclient (2.5.0-1) UNRELEASED; urgency=medium
* d/gbp.conf: Update debian-branch for Newton.
* d/control: Align (Build-)Depends with upstream.
* d/p/skip-tests.patch: Rebased.
* ceilometerclient/v2/client.py: Copy from orig tar file.
-- Corey Bryant <corey.bryant@canonical.com> Wed, 03 Aug 2016 16:20:56 -0400