# HG changeset patch # User Björn Ricks # Date 1323680204 -3600 # Node ID 01b80032d193a6eb15275c6d59d0976ec1d1bfb3 # Parent 5f26c5c5024334a39b36d02359561ab7683e051b Add script that starts classic getan This restores the old behaviour and file layout diff -r 5f26c5c50243 -r 01b80032d193 classic/getan --- /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 +# +# 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()