mirror of https://github.com/zeldaret/mm.git
Updates progress.py to use the git module for outputting commit hash
This commit is contained in:
parent
375f99f2b4
commit
1f7ad229c5
|
@ -4,3 +4,4 @@ colorama>=0.4.3
|
||||||
ansiwrap>=0.8.4
|
ansiwrap>=0.8.4
|
||||||
attrs>=18.2.0
|
attrs>=18.2.0
|
||||||
watchdog>=0.10.2
|
watchdog>=0.10.2
|
||||||
|
GitPython>=3.1.14
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import os, struct, sys, ast, argparse, json, re, csv
|
import os, argparse, json, re, csv, git
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue