From: Zooko O'Whielacronx Date: Thu, 9 Jul 2009 13:05:13 +0000 (-0700) Subject: trivial: removed unused import noticed by pyflakes X-Git-Url: https://git.rkrishnan.org/simplejson/encoder.py.html?a=commitdiff_plain;h=0e2d005146fed17305b14e31bbcc6bda6105068e;p=tahoe-lafs%2Ftahoe-lafs.git trivial: removed unused import noticed by pyflakes --- 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