reverse out the changes made by fix 5733. This is fix is worse than

the origional.  going to fix another way.


svn: r19749
This commit is contained in:
Craig J. Anderson 2012-06-03 21:02:00 +00:00
parent 729823612e
commit 3f5f656b25
2 changed files with 2 additions and 0 deletions

View File

@ -665,6 +665,7 @@ class AncestorTree(Report):
#The canvas that we will put our report on and print off of #The canvas that we will put our report on and print off of
self.canvas = Canvas(self.doc) self.canvas = Canvas(self.doc)
def begin_report(self):
""" """
This report needs the following parameters (class variables) This report needs the following parameters (class variables)
that come in the options class. that come in the options class.

View File

@ -1267,6 +1267,7 @@ class DescendTree(Report):
#The canvas that we will put our report on and print off of #The canvas that we will put our report on and print off of
self.canvas = Canvas(self.doc) self.canvas = Canvas(self.doc)
def begin_report(self):
""" make the report in its full size and pages to print on """ make the report in its full size and pages to print on
scale one or both as needed/desired. scale one or both as needed/desired.
""" """