X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=print-filename.py;h=a710a939203b373fa8cd6ef0d24d4f8ea8396cca;hb=eeb09e886cad6befca5aeab03772517e74541525;hp=72769b1a591245789db184c88f1a1f3dedcdf7fe;hpb=661f084ccb18819bc9bf0060226f4009a83797cf;p=xsetbg.git diff --git a/print-filename.py b/print-filename.py index 72769b1..a710a93 100755 --- a/print-filename.py +++ b/print-filename.py @@ -1,14 +1,19 @@ #! /usr/local/bin/python -O -"""This file is a part of XSetBg. -Author: Oleg BroytMann -Copyright (C) 2004-2006 PhiloSoft Design +"""Print background filename + +Print the filename of the current or previous background image. + +This file is a part of XSetBg. + """ __version__ = "$Revision$"[11:-2] +__revision__ = "$Id$"[5:-2] +__date__ = "$Date$"[7:-2] + __author__ = "Oleg BroytMann " __copyright__ = "Copyright (C) 2004-2006 PhiloSoft Design" -__date__ = "$Date$"[7:-2] -__revision__ = "$Id$"[5:-2] +__license__ = "GNU GPL" import sys, os, shelve