]> git.phdru.name Git - bookmarks_db.git/blobdiff - bkmk_objects.py
Updated to m_lib version 1.2. Extended support for Mozilla.
[bookmarks_db.git] / bkmk_objects.py
index 2cb46007e1416ecbf73a455790bc765ed1a197be..04fe5353efda79943d063d1d341dc9d5364f57fe 100644 (file)
@@ -1,7 +1,7 @@
 """
    Objects to represent bookmarks.html structure
 
-   Written by BroytMann, Mar 2000 - Jul 2002. Copyright (C) 2000-2002 PhiloSoft Design
+   Written by BroytMann, Mar 2000 - Jul 2003. Copyright (C) 2000-2003 PhiloSoft Design
 """
 
 
@@ -42,7 +42,8 @@ class Bookmark:
    isFolder = 0
    isBookmark = 1
 
-   def __init__(self, href, add_date, last_visit, last_modified, comment = ''):
+   def __init__(self, href, add_date, last_visit=None, last_modified=None,
+         comment = ''):
       self.comment = comment
       self.href = href
       self.add_date = add_date