- Timestamp:
- Jun 15, 2014, 9:42:51 PM (11 years ago)
- Branches:
- master
- Children:
- 21360c8
- Parents:
- ff623c3
- git-author:
- Alex Dehnert <adehnert@…> (06/15/14 17:55:23)
- git-committer:
- Alex Dehnert <adehnert@…> (06/15/14 21:42:51)
- Location:
- remit/util
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/util/add_accounts
r8132e8c rf298bd7 1 #!/usr/bin/ python1 #!/usr/bin/env python 2 2 import sys 3 3 import os -
remit/util/add_gl_accounts.py
r0df317c rf298bd7 1 #!/usr/bin/ python1 #!/usr/bin/env python 2 2 3 3 import sys -
remit/util/setup.py
ra1e4224 rf298bd7 1 #!/usr/bin/ python1 #!/usr/bin/env python 2 2 import sys 3 3 import os -
remit/util/templatetags/latex.py
rdcaa9c0 rf298bd7 1 #!/usr/bin/python2 1 # Inspired by and partially copied from ESP's backslash stuff 3 2
Note: See TracChangeset
for help on using the changeset viewer.