Changeset 13:3c5f27c51217 in stamper


Ignore:
Timestamp:
Jul 18, 2014, 11:01:39 AM (10 years ago)
Author:
Óscar M. Lage <info@…>
Branch:
default
Phase:
public
Message:

Minor changes and added time_sum tool

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r3 r13  
    1515    description='Time tracking tool',
    1616    long_description=open('README').read(),
    17     scripts=['bin/stamp', 'bin/stamps'],
     17    scripts=['bin/stamp', 'bin/stamps', 'bin/stamp2json', 'bin/time_sum'],
    1818    classifiers=[
    1919        'Development Status :: 3 - Alpha',
  • stamper/stamper.py

    r9 r13  
    77
    88STAMPS_FILE = expanduser('~/.workstamps.json')
    9 DATE_FORMAT = '%Y-%m-%d %H:%M:%S'
     9DATE_FORMAT = '%Y-%m-%d %H:%M'
    1010
    1111
Note: See TracChangeset for help on using the changeset viewer.