rename the new filetable code to 'filetree', since robk astutely pointed out that 'table' is misleading and implies a flat list of files in a single directory

This commit is contained in:
Brian Warner 2007-01-08 16:29:14 -07:00
parent 322b6738f0
commit 2567a26519
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
from zope.interface import implements
from twisted.trial import unittest
from twisted.internet import defer
from allmydata import filetable_new as ft
from allmydata import filetree_new as ft
from allmydata import workqueue
from cStringIO import StringIO