mschieder@482: #!/usr/bin/env python3 ingo_weinzierl@23: # -*- coding: utf-8 -*- ingo_weinzierl@23: # ingo_weinzierl@23: # (c) 2010 by Ingo Weinzierl bjoern@97: # (c) 2011 by Björn Ricks ingo_weinzierl@23: # ingo_weinzierl@23: # A python worklog-alike to log what you have 'getan' (done). ingo_weinzierl@23: # ingo_weinzierl@23: # This is Free Software licensed under the terms of GPLv3 or later. ingo_weinzierl@23: # For details see LICENSE coming with the source of 'getan'. ingo_weinzierl@23: # ingo_weinzierl@23: bjoern@114: from getan.main import main bjoern@67: bjoern@114: main()