X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg_conf.py;h=677b5371e38ea5cf107890520b730e8633d009e8;hb=3c346158f50cfb7e7995cc0176af52d88308529f;hp=1066bfa7e8ba8f46577e0044e45270fe831553f4;hpb=cdffc4b36468a4d72497c25ec4a3bf1f54fe1b3f;p=xsetbg.git diff --git a/xsetbg_conf.py b/xsetbg_conf.py index 1066bfa..677b537 100755 --- a/xsetbg_conf.py +++ b/xsetbg_conf.py @@ -30,5 +30,5 @@ else: raise RuntimeError("Cannot find xsetbg.conf; searched %s", config_dirs) if __name__ == '__main__': - print "Config dirs:", config_dirs - print "Config file:", xsetbg_conf_file + print("Config dirs:", config_dirs) + print("Config file:", xsetbg_conf_file)