From: Daira Hopwood <david-sarah@jacaranda.org>
Date: Thu, 25 Apr 2013 23:34:19 +0000 (+0100)
Subject: Fix a pyflakes warning.
X-Git-Url: https://git.rkrishnan.org/pf/content/frontends/status?a=commitdiff_plain;h=22bad4a4f9b6d5408707bae123661e09cc59b170;p=tahoe-lafs%2Ftahoe-lafs.git

Fix a pyflakes warning.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
---

diff --git a/src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py b/src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py
index 47c2ff24..14d28d66 100644
--- a/src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py
+++ b/src/allmydata/storage/backends/cloud/googlestorage/googlestorage_container.py
@@ -17,7 +17,6 @@ import httplib2
 
 from twisted.internet.defer import DeferredLock
 from twisted.internet.threads import deferToThread
-from twisted.web.http import UNAUTHORIZED
 
 try:
     from oauth2client.client import SignedJwtAssertionCredentials