Changeset 21:0af46e75de3c in documentViewer for __init__.py


Ignore:
Timestamp:
Apr 6, 2006, 5:13:43 PM (18 years ago)
Author:
casties
Branch:
default
Message:

preliminary version 0.2

  • lots of stuff rewritten
  • new template system
  • still no access control
File:
1 edited

Legend:

Unmodified
Added
Removed
  • __init__.py

    r0 r21  
    1111          )
    1212        )
     13
     14    context.registerClass(
     15        documentViewer.DocumentViewerTemplate,
     16        constructors = (
     17          documentViewer.manage_addDocumentViewerTemplateForm,
     18          documentViewer.manage_addDocumentViewerTemplate
     19          )
     20        )
     21   
Note: See TracChangeset for help on using the changeset viewer.