From 0e6634a0259a1c6c5d6d2ad19db87e4dafe0f3e5 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 10 Jun 2013 04:04:48 +0200 Subject: [PATCH] added some task stuff --- lib/tasks/sms.py | 3 +++ lib/tasks/xmpp.py | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 lib/tasks/sms.py create mode 100644 lib/tasks/xmpp.py diff --git a/lib/tasks/sms.py b/lib/tasks/sms.py new file mode 100644 index 0000000..41f2d0c --- /dev/null +++ b/lib/tasks/sms.py @@ -0,0 +1,3 @@ +""" +The sms task. +""" \ No newline at end of file diff --git a/lib/tasks/xmpp.py b/lib/tasks/xmpp.py new file mode 100644 index 0000000..2bb064c --- /dev/null +++ b/lib/tasks/xmpp.py @@ -0,0 +1,3 @@ +""" +The xmpp task. +""" \ No newline at end of file