]> gitweb.pimeys.fr Git - today.git/blobdiff - lastdtc.py
Modularisation++
[today.git] / lastdtc.py
diff --git a/lastdtc.py b/lastdtc.py
new file mode 100644 (file)
index 0000000..3eab303
--- /dev/null
@@ -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}