- Timestamp:
- 23 Sep 2016, 05:54:20 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/browser/pdf.py
r12372 r14181 23 23 from waeup.ikoba.browser.pdf import PDFCreator 24 24 25 class SkeletonPDFCreator(PDFCreator):25 class UnibenPDFCreator(PDFCreator): 26 26 """A utility to help with generating PDF docs. 27 27 """
Note: See TracChangeset for help on using the changeset viewer.