removed debug statements, fixed tables in PDF format
svn: r269
This commit is contained in:
parent
129bca5dd6
commit
412d2632c7
@ -128,7 +128,6 @@ def mk_thumb(source,dest,size):
|
||||
os.system(cmd)
|
||||
else:
|
||||
try:
|
||||
print "Creating thumbnail",dest,"from",source
|
||||
im = PIL.Image.open(source)
|
||||
im.thumbnail((size,size))
|
||||
im.save(dest,"JPEG")
|
||||
|
@ -570,8 +570,6 @@ class TextDoc:
|
||||
self.rmargin = 2.54
|
||||
self.title = ""
|
||||
|
||||
print self.height, self.width
|
||||
|
||||
self.font = FontStyle()
|
||||
self.style_list = styles.get_styles()
|
||||
self.table_styles = {}
|
||||
|
Loading…
Reference in New Issue
Block a user