]> git.phdru.name Git - xsetbg.git/commitdiff
Add some empty lines for readability,
authorOleg Broytman <phd@phdru.name>
Fri, 27 Jan 2006 19:06:48 +0000 (19:06 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 27 Jan 2006 19:06:48 +0000 (19:06 +0000)
git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@5 143022c7-580b-0410-bae3-87f2bf5d3141

print-filename.py

index 2712ec10ffaa546b1d3938f51ee6a48798c3f04d..f309386df28ff4bbec60001bfb97d24089b2d158 100755 (executable)
@@ -10,8 +10,10 @@ __copyright__ = "Copyright (C) 2004-2006 PhiloSoft Design"
 __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)