From 845b21a5adf2163148904d79241dc301a677c641 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 19 Jan 2009 15:16:19 -0700
Subject: [PATCH] trivial: remove unused import noticed by pyflakes

---
 src/allmydata/test/test_ambient_upload_authority.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/allmydata/test/test_ambient_upload_authority.py b/src/allmydata/test/test_ambient_upload_authority.py
index 8e70af78..19dbb9bf 100644
--- a/src/allmydata/test/test_ambient_upload_authority.py
+++ b/src/allmydata/test/test_ambient_upload_authority.py
@@ -2,7 +2,6 @@ import os
 
 from twisted.trial import unittest
 from twisted.internet import defer, reactor
-from twisted.python import log
 from twisted.web import client, http
 
 from allmydata.test.common import SystemTestMixin
-- 
2.45.2