Example #1
0
def main():
    cmdapp.main(name='timed',
                desc=__doc__,
                config={
                    'logfile': os.path.expanduser('~/.timed'),
                    'time_format': '%H:%M on %d %b %Y'
                })
Example #2
0
def main():
  cmdapp.main(name='timed', desc=__doc__, config={
    'logfile': os.path.expanduser('~/.timed'),
    'time_format': '%H:%M on %d %b %Y'})