Break endless loop
authorGuido Günther <agx@sigxcpu.org>
Tue, 26 Jan 2016 19:25:47 +0000 (20:25 +0100)
committerGuido Günther <agx@sigxcpu.org>
Wed, 27 Jan 2016 17:34:57 +0000 (18:34 +0100)
commit028a8c7190339a3585e00cb177e484e3fcedfb7e
tree0a86a7d766db1631ca63b97957f7d14daa3f013e
parent2c4f03ba2ab4df3c404e346d92c2ac719f43c17a
Break endless loop

parent_url() always prefixes with a '/' so it can never be None.  So
check for that to unbreak the endless loop.

This unbreaks calendars with Iceowl for me.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
calypso/paths.py