X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=blobdiff_plain;f=xsetbg_conf.py;h=1066bfa7e8ba8f46577e0044e45270fe831553f4;hp=368667c9b02e9362dc2d66f9a5e934da1080dca1;hb=cdffc4b36468a4d72497c25ec4a3bf1f54fe1b3f;hpb=40f70d3aaa09ca7ee12357632639651f0c412103 diff --git a/xsetbg_conf.py b/xsetbg_conf.py index 368667c..1066bfa 100755 --- a/xsetbg_conf.py +++ b/xsetbg_conf.py @@ -3,15 +3,11 @@ """ -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2014 PhiloSoft Design" -__license__ = "GNU GPL" - -__all__ = ['xsetbg_conf'] - import os from ConfigParser import SafeConfigParser +__all__ = ['xsetbg_conf'] + config_dirs = [] if 'XDG_CONFIG_HOME' in os.environ: config_dirs.append(os.environ['XDG_CONFIG_HOME'])