On Fri, Jan 6, 2012 at 2:22 PM, <godi...@sugarlabs.org> wrote: > From: Gonzalo Odiard <godi...@gmail.com> > > Signed-off-by: Gonzalo Odiard <gonz...@laptop.org> > --- > net.py | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > > diff --git a/net.py b/net.py > index 98589f1..e3a13cf 100644 > --- a/net.py > +++ b/net.py > @@ -82,7 +82,9 @@ def image_handler(root, uid, document): > image_title = path.rsplit("/", 1)[-1] > # attempt to fix incomplete paths > if (not path.startswith("http://")) and document.source != None > and document.source.has_key("href"): > - if path.startswith("/"): > + if path.startswith("//upload"): > + path = 'http:' + path > + elif path.startswith("/"): > path = document.source['href'].rsplit("/", 1)[0] + path > else: > path = document.source['href'].rsplit("/", 1)[0] + "/" + > path > -- > 1.7.7.5 >
Looks good. -walter -- Walter Bender Sugar Labs http://www.sugarlabs.org _______________________________________________ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel