* src/ArgHandler.py: fix typo
* src/docgen/PSDrawDoc.py: removed print statements svn: r5421
This commit is contained in:
parent
3a7d7bd85c
commit
0aedc53918
@ -1,4 +1,6 @@
|
||||
2005-11-22 Don Allingham <don@gramps-project.org>
|
||||
* src/ArgHandler.py: fix typo
|
||||
* src/docgen/PSDrawDoc.py: removed print statements
|
||||
* src/plugins/DetDescendantReport.py: fixed insert_image
|
||||
* src/ReadGedcom.py: Fix handling of CONT
|
||||
|
||||
|
@ -203,7 +203,7 @@ class ArgHandler:
|
||||
outformat = 'geneweb'
|
||||
elif outfname[-6:].upper() == "GRAMPS":
|
||||
outformat = 'gramps-xml'
|
||||
elif fname[-3:].upper() == "GRDB":
|
||||
elif outfname[-3:].upper() == "GRDB":
|
||||
format = 'grdb'
|
||||
else:
|
||||
print "Unrecognized format for output file %s" % outfname
|
||||
|
@ -406,9 +406,6 @@ class PSDrawDoc(BaseDoc.BaseDoc):
|
||||
self.f.write(fdef)
|
||||
lines = text.split('\n')
|
||||
|
||||
print text
|
||||
print lines
|
||||
|
||||
nlines = len(lines)
|
||||
mar = 10/28.35
|
||||
f_in_cm = p.get_font().get_size()/28.35
|
||||
|
Loading…
Reference in New Issue
Block a user