This website works better with JavaScript
Home
Explore
Help
Sign In
hoxu
/
gitstats
mirror of
https://github.com/hoxu/gitstats
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
make csv generator executable
Dan Rapp
7 years ago
parent
af2be5277d
commit
56cd8cf777
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
gitstats/git_csv_generator.py
+ 1
- 0
gitstats/git_csv_generator.py
View File
@@ -1,3 +1,4 @@
1
+#! /usr/bin/env python
1
2
import csv
2
3
import glob
3
4
import logging