]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg_db.py
TODO: move xsetbg.conf and xsetbg.db to XDG-defined dirs
[xsetbg.git] / xsetbg_db.py
old mode 100755 (executable)
new mode 100644 (file)
index 43a37e7..54bc62e
@@ -1,4 +1,3 @@
-#! /usr/bin/env python
 """XSetBg database
 
 """
@@ -7,7 +6,7 @@ __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2014 PhiloSoft Design"
 __license__ = "GNU GPL"
 
-__all__ = ['xsetbg_db']
+__all__ = ['xsetbg_db_path', 'xsetbg_db']
 
 import anydbm
 import os