project-stats

keep track of your projects
git clone https://git.ce9e.org/project-stats.git

commit
7534e4ca05780f77d7294131bf59f06f509d24eb
parent
5bcc0da965f3715177e21408b2a537d33f1bef37
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-03-22 16:14
Gardening

Diffstat

M projects.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/projects.py b/projects.py

@@ -11,10 +11,10 @@ import os
   11    11 import re
   12    12 import subprocess
   13    13 
   -1    14 from dateutil import parser as dt
   14    15 from filecachetools import ttl_cache
   15    16 import requests
   16    17 import yaml
   17    -1 from dateutil import parser as dt
   18    18 
   19    19 try:
   20    20     from cheesecake.cheesecake_index import Cheesecake