mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 03:06:41 +00:00
more unicode literals
This commit is contained in:
parent
8a22764fb1
commit
2c49c97fcd
@ -3083,7 +3083,7 @@ class IFoolscapStoragePlugin(IPlugin):
|
||||
u"expiration_mode": u"age",
|
||||
u"expiration_override_lease_duration": None,
|
||||
u"expiration_cutoff_date": None,
|
||||
u"expiration_sharetypes": ("mutable, "immutable"),
|
||||
u"expiration_sharetypes": (u"mutable, u"immutable"),
|
||||
}
|
||||
|
||||
:param get_anonymous_storage_server: A no-argument callable which
|
||||
|
Loading…
Reference in New Issue
Block a user