Stop unnecessarily stripping quote marks
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:42:30 +0000 (18:42 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:42:30 +0000 (18:42 +0000)
commit239171eb9e4fad074be6beaa3d114a899d3997a6
tree23eeef429d4c1c76a4a79c90649a3e092f3247f5
parent143557e96dd8b8bd8a753553cc9495db67293335
Stop unnecessarily stripping quote marks

Since the switch to YAML, quotations around strings are
automatically interpreted an so not included in the parsed result.
Remove legacy code which stripped leading and trailing quotes from
string values as this is no longer needed.
mudpy/data.py