From 15a6d273cc00e1f4f9f9d56d8c878b46b283b289 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Sat, 17 Jan 2009 01:29:45 +0000 Subject: svn merge -r108142:108148 svn+ssh://svn.lindenlab.com/svn/linden/qa/maint-server/maint-server-5-r108113 --- indra/lib/python/indra/base/llsd.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/lib/python') diff --git a/indra/lib/python/indra/base/llsd.py b/indra/lib/python/indra/base/llsd.py index 05fbc81b9c..9534d5935e 100644 --- a/indra/lib/python/indra/base/llsd.py +++ b/indra/lib/python/indra/base/llsd.py @@ -28,6 +28,7 @@ $/LicenseInfo$ import datetime import base64 +import string import struct import time import types @@ -940,6 +941,7 @@ def parse_notation(something): def parse(something): try: + something = string.lstrip(something) #remove any pre-trailing whitespace if something.startswith(''): return parse_binary(something) # This should be better. -- cgit v1.2.3