Skip to content

Commit

Permalink
Added bulletchar into UNORDERED_BULLET_VALUES. This is a default valu…
Browse files Browse the repository at this point in the history
…e in report lab.platypus.flowables.
  • Loading branch information
shudac committed Apr 29, 2014
1 parent 624cd0b commit 11c23d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/rml/interfaces.py
Expand Up @@ -38,7 +38,7 @@
TEXT_TRANSFORM_CHOICES = ('uppercase', 'lowercase')
LIST_FORMATS = ('I', 'i', '123', 'ABC', 'abc')
ORDERED_LIST_TYPES = ('I', 'i', '1', 'A', 'a')
UNORDERED_BULLET_VALUES = ('circle', 'square', 'disc', 'diamond', 'rarrowhead')
UNORDERED_BULLET_VALUES = ('bulletchar', 'circle', 'square', 'disc', 'diamond', 'rarrowhead')
LOG_LEVELS = {
'DEBUG': logging.DEBUG,
'INFO': logging.INFO,
Expand Down

0 comments on commit 11c23d1

Please sign in to comment.