From a0c5f92cbd1f6a3e7122e0e796d1a77bbdf3cc9b Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Wed, 18 Feb 2009 14:46:48 -0700
Subject: [PATCH] immutable/layout: minor change to repr name

---
 src/allmydata/immutable/layout.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/immutable/layout.py b/src/allmydata/immutable/layout.py
index 2d677a97..1a0bc375 100644
--- a/src/allmydata/immutable/layout.py
+++ b/src/allmydata/immutable/layout.py
@@ -153,7 +153,7 @@ class WriteBucketProxy:
             nodeid_s = idlib.nodeid_b2a(self._nodeid)
         else:
             nodeid_s = "[None]"
-        return "<allmydata.storage.WriteBucketProxy for node %s>" % nodeid_s
+        return "<WriteBucketProxy for node %s>" % nodeid_s
 
     def put_header(self):
         return self._write(0, self._offset_data)
-- 
2.45.2