Skip to content
Snippets Groups Projects
Commit 44185f23 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

core: rework VersionedFile

Previously, core.vfile.VersionedFile inherited from file,
which is problematic for several reasons, but primarily because
file doesn't exist in Python 3. So we rework it to just be a
normal class with a file attribute, and add/change certain
methods accordingly.
parent 41446b75
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment