project-stats

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

commit
5bcc0da965f3715177e21408b2a537d33f1bef37
parent
d849f0559c3a767e53e84c9d41829195b80b6d08
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-03-22 16:14
use some futures

Diffstat

M projects.py 4 ++++

1 files changed, 4 insertions, 0 deletions


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

@@ -1,3 +1,7 @@
   -1     1 from __future__ import absolute_import
   -1     2 from __future__ import print_function
   -1     3 from __future__ import unicode_literals
   -1     4 
    1     5 from functools import total_ordering
    2     6 from xml.etree import ElementTree
    3     7 import argparse