Skip to content

Commit 9620ee5

Browse files
committed
Changed alignment of print
1 parent 408c7e4 commit 9620ee5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

csv2qif.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,11 @@ def to_unicode(obj, encoding='utf-8'):
129129

130130
# Main program
131131
print '''
132-
Input: %(in)s
133-
Output: %(out)s
134-
Encoding: %(enc)s
132+
Input: %(in)s
133+
Output: %(out)s
134+
Encoding: %(enc)s
135135
136-
-> Converting to QIF''' % {
136+
-> Converting to QIF''' % {
137137
'in': inputFile.name,
138138
'out': outputFile.name,
139139
'enc': inputEncoding

0 commit comments

Comments
 (0)