From 0e2d005146fed17305b14e31bbcc6bda6105068e Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 9 Jul 2009 06:05:13 -0700 Subject: [PATCH] trivial: removed unused import noticed by pyflakes --- src/allmydata/dirnode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/dirnode.py b/src/allmydata/dirnode.py index 851ec4bf..67dde076 100644 --- a/src/allmydata/dirnode.py +++ b/src/allmydata/dirnode.py @@ -1,5 +1,5 @@ -import os, time, math +import time, math from zope.interface import implements from twisted.internet import defer -- 2.45.2