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)
commit3716a4cf43e0be2811dc8aeb0603f99209c42757
tree23eeef429d4c1c76a4a79c90649a3e092f3247f5
parent8a42d3ff1abf80c395de488c5271261fabf33de4
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