X-Git-Url: http://gitweb.pimeys.fr/?p=today.git;a=blobdiff_plain;f=lastdtc.py;fp=lastdtc.py;h=3eab303f2761f9fffc103c49410cceab0c9d248a;hp=0000000000000000000000000000000000000000;hb=7d72ebdc255f7725e75fa1ca2b77a1e9c0298e23;hpb=67e9d3303624f34925f231523d13f795f057f8ac diff --git a/lastdtc.py b/lastdtc.py new file mode 100644 index 0000000..3eab303 --- /dev/null +++ b/lastdtc.py @@ -0,0 +1,9 @@ +#!/usr/bin/env python +# -*- encoding: utf-8 -*- + +import sys + +sys.path.insert(0, "/home/vincent/scripts/dtc/") +import dtc + +functions = {"dtc" : dtc.last_inserted}