From af555a9a090980083a3d5d283858c375df2e82c3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 7 Jan 2014 14:44:01 +0400 Subject: [PATCH] Fix a bug: import xsetbg_db_path --- xsetbg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsetbg.py b/xsetbg.py index ac55e25..ee9c5f8 100755 --- 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): -- 2.39.2