summaryrefslogtreecommitdiff
path: root/slippy.py
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-07-26 18:26:50 -0400
committerBehdad Esfahbod <behdad@behdad.org>2007-07-26 18:26:50 -0400
commit2dd0a5f91ae1622d5c195288643a274da5de6329 (patch)
treee474f576ce9f87cb23fd167ac70765449fb786fa /slippy.py
parent1f9712171e9b3d50e49493be71c55ae5bad6bf07 (diff)
Better format log
Diffstat (limited to 'slippy.py')
-rwxr-xr-xslippy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slippy.py b/slippy.py
index b4f5e03..743df20 100755
--- a/slippy.py
+++ b/slippy.py
@@ -256,7 +256,7 @@ class ViewerFile (Viewer):
title = slide[0]
if isinstance (title, types.FunctionType):
title = title.__name__
- print "Slide", title
+ print "Slide", title.replace ('\n', ' ')
slide = Slide (slide)
for step in range (len (slide)):
cr = pangocairo.CairoContext (cairo.Context (self.surface))