From f6273ba08d6ccf87c3e6c8e8c54ef3c934b41646 Mon Sep 17 00:00:00 2001
From: Brian Waldon <brian.waldon@rackspace.com>
Date: Wed, 10 Aug 2011 13:30:33 -0400
Subject: [PATCH] removing extra newline

---
 novaclient/exceptions.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/novaclient/exceptions.py b/novaclient/exceptions.py
index cfbb0d4d5..5be79012f 100644
--- a/novaclient/exceptions.py
+++ b/novaclient/exceptions.py
@@ -33,7 +33,6 @@ class BadRequest(ClientException):
     message = "Bad request"
 
 
-
 class Unauthorized(ClientException):
     """
     HTTP 401 - Unauthorized: bad credentials.