]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wflad.py
Added __all__.
[bookmarks_db.git] / Writers / bkmk_wflad.py
index d5cb7e01d8645dd9bc50c77f01a152c5ee9a663b..a4e88fcb7c9cd27d8fb9f2283cf47ca7ece4dcff 100644 (file)
@@ -10,6 +10,9 @@ __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
 __license__ = "GNU GPL"
 
+__all__ = ['writer_flad']
+
+
 import time
 from bkmk_objects import Writer
 
@@ -28,7 +31,6 @@ class writer_flad(Writer):
       Writer.__init__(self, outfile, prune)
       self.first_object = 1
 
-
    def start_folder(self, f, level):
       self.outfile.write("""
 Level: %d
@@ -38,7 +40,6 @@ Comment: %s
 LastModified: %s
 """ % (level, f.name, strftime(f.add_date), f.comment, f.last_modified or ''))
 
-
    def bookmark(self, b, level):
       self.outfile.write("""
 Level: %d