Remove outdated comment
parent
1e612688fe
commit
8e785cbd05
|
@ -352,7 +352,6 @@ class File(_Observable):
|
||||||
('name_enc', StringProperty()),
|
('name_enc', StringProperty()),
|
||||||
('magic_number_hex', HexProperty()),
|
('magic_number_hex', HexProperty()),
|
||||||
('mime_type', StringProperty()),
|
('mime_type', StringProperty()),
|
||||||
# these are not the created/modified timestamps of the object itself
|
|
||||||
('ctime', TimestampProperty()),
|
('ctime', TimestampProperty()),
|
||||||
('mtime', TimestampProperty()),
|
('mtime', TimestampProperty()),
|
||||||
('atime', TimestampProperty()),
|
('atime', TimestampProperty()),
|
||||||
|
|
Loading…
Reference in New Issue