X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg_conf.py;h=1066bfa7e8ba8f46577e0044e45270fe831553f4;hb=839045f02d15aa1ffb272eb60dff01a5a8f9bd69;hp=368667c9b02e9362dc2d66f9a5e934da1080dca1;hpb=62e1582b16651a19a941b7db643fd8771f35c051;p=xsetbg.git 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'])