X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg_conf.py;h=677b5371e38ea5cf107890520b730e8633d009e8;hb=5bf30e4e42543b6be01448937183f3470cc731f3;hp=1066bfa7e8ba8f46577e0044e45270fe831553f4;hpb=1d0a0014b008e5428fb63ed21109f70d39682661;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)