changed the comment marker from # to %, just because

This commit is contained in:
billzorn 2015-06-30 22:20:04 -07:00
parent b388ebc2e3
commit 749c7daea8
2 changed files with 407 additions and 408 deletions

View File

@ -5,7 +5,7 @@ import sys
#badwords = []
valid_encoded_char = r'[abcdefghijklmnopqrstuvwxyz\'+\-*",.:;WUBRGPV/XTQ|\\&^\{\}@ \n=~#]'
valid_encoded_char = r'[abcdefghijklmnopqrstuvwxyz\'+\-*",.:;WUBRGPV/XTQ|\\&^\{\}@ \n=~%\[\]]'
dash_marker = '~'
bullet_marker = '='
@ -73,7 +73,7 @@ x_marker = 'X'
tap_marker = 'T'
untap_marker = 'Q'
this_marker = '@'
counter_marker = '#'
counter_marker = '%'
bsidesep = '\n'
unary_max = 20
@ -616,4 +616,3 @@ if __name__ == '__main__':
else:
print 'Usage: ' + sys.argv[0] + ' ' + '<JSON file> [output filename]'
exit(1)

File diff suppressed because it is too large Load Diff