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