]> git.phdru.name Git - bookmarks_db.git/blobdiff - Writers/bkmk_wtxt.py
Added __all__.
[bookmarks_db.git] / Writers / bkmk_wtxt.py
index 628d9b2f08f2fcd2fb4bd5392ed79603ee0785f1..d39c63be955e3af1f68a051f2db8b738ce990722 100644 (file)
@@ -10,11 +10,14 @@ __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design"
 __license__ = "GNU GPL"
 
-ind_s = " "*4
+__all__ = ['writer_txt']
 
 
 from bkmk_objects import Writer
 
+ind_s = " "*4
+
+
 class writer_txt(Writer):
    filename = "dump.txt"