From 83fcda82f656037b60ff374b5ecd3f9877575df3 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 29 Mar 2007 19:49:40 -0700
Subject: [PATCH] chunk.py: fix a pyflakes warning

---
 src/allmydata/chunk.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/allmydata/chunk.py b/src/allmydata/chunk.py
index 5454b65f..59a2c08c 100644
--- a/src/allmydata/chunk.py
+++ b/src/allmydata/chunk.py
@@ -48,8 +48,6 @@ or eat  your children, but it might.  Use at your own risk.
 """
 
 import sha
-import os
-#import os.path
 
 from allmydata.util.hashutil import tagged_hash, tagged_pair_hash
 
-- 
2.45.2