1
0

Switched from tabs to spaces.

This commit is contained in:
Jon Michael Aanes 2018-02-06 20:56:33 +01:00
parent 34e8d6642f
commit eddb64c9b8
7 changed files with 502 additions and 503 deletions

View File

@ -109,5 +109,5 @@ class AsciiPainter:
return '' return ''
def __str__ (self): def __str__ (self):
return 'TikzPainter[]' return 'AsciiPainter[]'

View File

@ -65,7 +65,6 @@ def parse_args ():
else: else:
output_file = open(args['output-file'], 'w') output_file = open(args['output-file'], 'w')
# Determine painter class # Determine painter class
painter_class = PAINTER_ID_TO_CLASS[args['painter-name']] painter_class = PAINTER_ID_TO_CLASS[args['painter-name']]