]> gitweb.pimeys.fr Git - today.git/blob - lastdtc.py
3eab303f2761f9fffc103c49410cceab0c9d248a
[today.git] / lastdtc.py
1 #!/usr/bin/env python
2 # -*- encoding: utf-8 -*-
3
4 import sys
5
6 sys.path.insert(0, "/home/vincent/scripts/dtc/")
7 import dtc
8
9 functions = {"dtc" : dtc.last_inserted}