]> gitweb.pimeys.fr Git - today.git/blob - lastdtc.py
Modularisation++
[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}