Apply patch from @j4james for input in freestyle format (issue #3)
Chris Pressey
3 years ago
1 changed file(s) with
3 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+3
-0
src/falderal/objects.py
less
more
196
196
"""
197
197
198
198
FREESTYLE_MAP = {
199
u'<= ': u'+ ',
200
u'<== ': u'+ ',
201
u'<=== ': u'+ ',
199
202
u'=> ': u'= ',
200
203
u'==> ': u'= ',
201
204
u'===> ': u'= ',