changeset 119:01b80032d193

Add script that starts classic getan This restores the old behaviour and file layout
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 12 Dec 2011 09:56:44 +0100
parents 5f26c5c50243
children efff8b9e7046
files classic/getan
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classic/getan	Mon Dec 12 09:56:44 2011 +0100
@@ -0,0 +1,14 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# (c) 2011 by Björn Ricks <bjoern.ricks@intevation.de>
+#
+# A python worklog-alike to log what you have 'getan' (done).
+#
+# This is Free Software licensed under the terms of GPLv3 or later.
+# For details see LICENSE coming with the source of 'getan'.
+#
+
+from getan.classic.getan import main
+
+main()
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)