tahoe-lafs/src/allmydata/storage
2019-05-26 08:28:18 +02:00
..
__init__.py break storage.py into smaller pieces in storage/*.py . No behavioral changes. 2009-02-18 14:46:55 -07:00
common.py storage/immutable: raise a specific error upon seeing a bad version number, instead of using assert. Also wrap to 80cols. 2009-03-08 20:07:32 -07:00
crawler.py Failing to load a crawler state pickle uses default values, but the exception clause to detect this failure is too narrow; it can also fail with EOFError or KeyError for example. 2012-07-02 18:18:47 +00:00
expirer.py hush current pyflakes warnings (list comprehensions) 2014-06-23 13:54:07 -07:00
immutable.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
lease.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
mutable.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
server.py use @implementer instead of implements 2017-02-27 11:01:30 -07:00
shares.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00