Skip to content

Commit 07f4616

Browse files
committed
Fixed indentation of qif template
1 parent 9620ee5 commit 07f4616

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

csv2qif.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@ def to_unicode(obj, encoding='utf-8'):
121121
''' % {'type': qDataType}
122122
# QIF template
123123
qifTpl = '''D%(date)s
124-
U%(amount)s
125-
T%(amount)s
126-
P%(payee)s
127-
^
128-
'''
124+
U%(amount)s
125+
T%(amount)s
126+
P%(payee)s
127+
^
128+
'''
129129

130130
# Main program
131131
print '''

0 commit comments

Comments
 (0)