]> git.phdru.name Git - xsetbg.git/blobdiff - print-filename.py
Add some empty lines for readability,
[xsetbg.git] / print-filename.py
index 63a1481079468b4179fe6bc79494830ecdbc6a9f..f309386df28ff4bbec60001bfb97d24089b2d158 100755 (executable)
@@ -4,15 +4,16 @@ Author: Oleg BroytMann <phd@phd.pp.ru>
 Copyright (C) 2004-2006 PhiloSoft Design
 """
 
-__version__ = "1.3.0"
+__version__ = "$Revision$"[11:-2]
 __author__ = "Oleg BroytMann <phd@phd.pp.ru>"
 __copyright__ = "Copyright (C) 2004-2006 PhiloSoft Design"
-__revision__ = "$Id$"[5:-2]
 __date__ = "$Date$"[7:-2]
+__revision__ = "$Id$"[5:-2]
 
 
 import sys, os, shelve
 
+
 def usage(code=0):
    sys.stderr.write("Usage: %s [-0|--null] [-o|--old] [-w|--width] [width]\n" % sys.argv[0])
    sys.exit(code)