git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@362
fdd5c36f-1aea-0310-aeeb-
c58d7e2b6c23
"""Objects to represent bookmarks.html structure
This file is a part of Bookmarks database and Internet robot.
+
"""
__author__ = "Oleg Broytman <phd@phdru.name>"
host, port = urllib.splitport(host)
if port: port = int(port)
- href = protocol + "://"
+ if protocol == 'place':
+ href = protocol + ":"
+ else:
+ href = protocol + "://"
if user:
href += urllib.quote(user)
if password: