Skip to content
Snippets Groups Projects
Commit acbdc5dd authored by Michael DM Dryden's avatar Michael DM Dryden
Browse files

remove pre-commit

parent 9490455d
Branches
Tags
No related merge requests found
#!/usr/bin/env python
import os
import sys
from shutil import copyfile
import version
version.getVersion()
src = os.path.abspath('./RELEASE-VERSION')
dst = os.path.abspath('./dstat_interface/CURRENT-VERSION')
copyfile(src, dst)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment