mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
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:
parent
322b6738f0
commit
2567a26519
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user