mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
This API is irrelevant in Python 2.5 or later, and not present in newer Python 3.
This commit is contained in:
parent
65159c9961
commit
1ed24a1616
@ -22,7 +22,6 @@ def get_local_metadata(path):
|
||||
metadata = {}
|
||||
|
||||
# posix stat(2) metadata, depends on the platform
|
||||
os.stat_float_times(True)
|
||||
s = os.stat(path)
|
||||
metadata["ctime"] = s.st_ctime
|
||||
metadata["mtime"] = s.st_mtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user