From 228fc63e8a02ef9044af27fc438119f9335bfe96 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 27 Jan 2006 19:06:48 +0000 Subject: [PATCH] Add some empty lines for readability, git-svn-id: file:///home/phd/archive/SVN/xsetbg/trunk@5 143022c7-580b-0410-bae3-87f2bf5d3141 --- print-filename.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/print-filename.py b/print-filename.py index 2712ec1..f309386 100755 --- a/print-filename.py +++ b/print-filename.py @@ -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) -- 2.39.2