mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 11:50:21 +00:00
add a dummy commit
This commit is contained in:
parent
7618b295cb
commit
ecb3ee023d
@ -8,6 +8,8 @@ if PY2:
|
|||||||
# open is not here because we want to use native strings on Py2
|
# open is not here because we want to use native strings on Py2
|
||||||
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, pow, round, super, bytes, dict, int, list, object, range, str, max, min # noqa: F401from builtins import range
|
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, pow, round, super, bytes, dict, int, list, object, range, str, max, min # noqa: F401from builtins import range
|
||||||
"""
|
"""
|
||||||
|
Ported to Python3
|
||||||
|
|
||||||
Futz with files like a pro.
|
Futz with files like a pro.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user