mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-23 22:19:53 +00:00
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
|
||||
attrs>=18.2.0
|
||||
watchdog>=0.10.2
|
||||
GitPython>=3.1.14
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
import os, struct, sys, ast, argparse, json, re, csv
|
||||
import os, argparse, json, re, csv, git
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user