Changeset 13:3c5f27c51217 in stamper
- Timestamp:
- Jul 18, 2014, 11:01:39 AM (10 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r3 r13 15 15 description='Time tracking tool', 16 16 long_description=open('README').read(), 17 scripts=['bin/stamp', 'bin/stamps' ],17 scripts=['bin/stamp', 'bin/stamps', 'bin/stamp2json', 'bin/time_sum'], 18 18 classifiers=[ 19 19 'Development Status :: 3 - Alpha', -
stamper/stamper.py
r9 r13 7 7 8 8 STAMPS_FILE = expanduser('~/.workstamps.json') 9 DATE_FORMAT = '%Y-%m-%d %H:%M :%S'9 DATE_FORMAT = '%Y-%m-%d %H:%M' 10 10 11 11
Note:
See TracChangeset
for help on using the changeset viewer.