- Timestamp:
- 5 Dec 2016, 09:14:32 (8 years ago)
- Location:
- main/ikobacustom.aaue/trunk/src/ikobacustom/aaue
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.aaue/trunk/src/ikobacustom/aaue/browser/pdf.py
r12372 r14310 23 23 from waeup.ikoba.browser.pdf import PDFCreator 24 24 25 class SkeletonPDFCreator(PDFCreator):25 class AAUEPDFCreator(PDFCreator): 26 26 """A utility to help with generating PDF docs. 27 27 """
Note: See TracChangeset for help on using the changeset viewer.