From: David Kerkeslager Date: Fri, 14 Apr 2017 18:26:02 +0000 (-0400) Subject: Use autotag in don.string X-Git-Url: https://code.kerkeslager.com/?p=ton;a=commitdiff_plain;h=d868dec6061aee9949bcf83fd698a4cd5f30168f Use autotag in don.string --- diff --git a/don/string.py b/don/string.py index 0162d42..796cd07 100644 --- a/don/string.py +++ b/don/string.py @@ -57,7 +57,7 @@ _STRING_SERIALIZERS = { } def serialize(o): - o = tags._tag(o) + o = tags.autotag(o) return _STRING_SERIALIZERS[o.tag](o.value)