##// END OF EJS Templates
allow PDFFormatter to return bytes
MinRK -
Show More
@@ -837,6 +837,8 b' class PDFFormatter(BaseFormatter):'
837 837
838 838 print_method = ObjectName('_repr_pdf_')
839 839
840 _return_type = (bytes, unicode_type)
841
840 842
841 843 FormatterABC.register(BaseFormatter)
842 844 FormatterABC.register(PlainTextFormatter)
General Comments 0
You need to be logged in to leave comments. Login now