Browse Source

initial commit

Schultz 8 years ago
parent
commit
4fad71cb49
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      gitstats

+ 2
- 2
gitstats View File

1
-#!/usr/bin/env python2
1
+#!/usr/bin/env python
2
 # Copyright (c) 2007-2014 Heikki Hokkanen <hoxu@users.sf.net> & others (see doc/AUTHOR)
2
 # Copyright (c) 2007-2014 Heikki Hokkanen <hoxu@users.sf.net> & others (see doc/AUTHOR)
3
 # GPLv2 / GPLv3
3
 # GPLv2 / GPLv3
4
 import datetime
4
 import datetime
35
 gnuplot_cmd = 'gnuplot'
35
 gnuplot_cmd = 'gnuplot'
36
 if 'GNUPLOT' in os.environ:
36
 if 'GNUPLOT' in os.environ:
37
 	gnuplot_cmd = os.environ['GNUPLOT']
37
 	gnuplot_cmd = os.environ['GNUPLOT']
38
-
38
+	
39
 conf = {
39
 conf = {
40
 	'max_domains': 10,
40
 	'max_domains': 10,
41
 	'max_ext_length': 10,
41
 	'max_ext_length': 10,