From df49fa55e09dc831c8b0e1a462e7cf5b28bb51a6 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 13 Sep 2007 20:17:42 -0700
Subject: [PATCH] test_client.py: remove unused 'stat' import

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

diff --git a/src/allmydata/test/test_client.py b/src/allmydata/test/test_client.py
index 042fe7f9..23772604 100644
--- a/src/allmydata/test/test_client.py
+++ b/src/allmydata/test/test_client.py
@@ -1,5 +1,5 @@
 
-import os, stat
+import os
 from twisted.trial import unittest
 from twisted.application import service
 from twisted.internet import reactor, defer
-- 
2.45.2