comparison prettyprint.py @ 217:bb3c851b18b1

add source file endcoding header
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 27 Apr 2014 05:33:34 +0200
parents 2da2b691345d
children e34c53a3e407
comparison
equal deleted inserted replaced
216:9bc4b2465435 217:bb3c851b18b1
1 1 # -*- coding: utf-8 -*-
2 import sys 2 import sys
3 3
4 newlineAfter = [ '{', '[', ',' ] 4 newlineAfter = [ '{', '[', ',' ]
5 newlineBefore = [ '}', ']' ] 5 newlineBefore = [ '}', ']' ]
6 6