コード例 #1
0
def main():
    cmdapp.main(name='timed',
                desc=__doc__,
                config={
                    'logfile': os.path.expanduser('~/.timed'),
                    'time_format': '%H:%M on %d %b %Y'
                })
コード例 #2
0
ファイル: allPythonContent.py プロジェクト: Mondego/pyreco
def main():
  cmdapp.main(name='timed', desc=__doc__, config={
    'logfile': os.path.expanduser('~/.timed'),
    'time_format': '%H:%M on %d %b %Y'})