]> git.phdru.name Git - xsetbg.git/commitdiff
Fix a bug: import xsetbg_db_path
authorOleg Broytman <phd@phdru.name>
Tue, 7 Jan 2014 10:44:01 +0000 (14:44 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 7 Jan 2014 10:44:01 +0000 (14:44 +0400)
xsetbg.py

index ac55e25f4271ae60c300ead1650c5287e88009a8..ee9c5f883cdbc521f39d20dc9785b3d8048a361a 100755 (executable)
--- a/xsetbg.py
+++ b/xsetbg.py
@@ -26,7 +26,7 @@ import sys
 from time import time
 
 from xsetbg_conf import xsetbg_dir, xsetbg_conf
-from xsetbg_db import xsetbg_db
+from xsetbg_db import xsetbg_db_path
 
 
 def error(error_str, error_code=1):