follow spec

This commit is contained in:
benoitc 2010-03-05 01:11:00 +01:00
parent c67800e1c7
commit 83804e2421

View File

@ -56,7 +56,7 @@ class Parser(object):
_headers = {}
hname = ""
for line in lines:
if line.startswith("\t"):
if line.startswith("\t") or line.startswith(" "):
headers[hname] += line.strip()
else:
try: