svn: r2109
This commit is contained in:
Don Allingham
2003-09-09 01:48:50 +00:00
parent 718a68ea33
commit 4ba080738c
5 changed files with 18 additions and 14 deletions

View File

@@ -124,6 +124,7 @@ pkgpython_PYTHON = \
ansel_utf8.py\
AttrEdit.py\
AutoComp.py\
BaseDoc.py\
Bookmarks.py\
Calendar.py\
ChooseParents.py\

View File

@@ -292,7 +292,6 @@ class PdfDoc(BaseDoc.BaseDoc):
act_width = x_cm/ratio
self.story.append(Spacer(1,0.5*cm))
print Image
self.story.append(Image(name,act_width*cm,act_height*cm))
self.story.append(Spacer(1,0.5*cm))
self.image = 1