tahoe-lafs/src/allmydata/storage
meejah 49ae2c5eb7 use @implementer instead of implements
Also, derive some more things from 'object'
2017-02-27 11:01:30 -07: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 use @implementer instead of implements 2017-02-27 11:01:30 -07:00
lease.py storage: add a lease-checker-and-expirer crawler, plus web status page. 2009-03-06 22:45:17 -07:00
mutable.py Rename 'constant_time_compare' to 'timing_safe_compare'. refs #2165 2014-02-24 20:43:23 +00: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