From: Oleg Broytman Date: Tue, 7 Jan 2014 10:44:01 +0000 (+0400) Subject: Fix a bug: import xsetbg_db_path X-Git-Tag: v4.1.0~11 X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=commitdiff_plain;h=af555a9a090980083a3d5d283858c375df2e82c3 Fix a bug: import xsetbg_db_path --- 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):