Annotation of ECHO_content/VLPExtension.py, revision 1.94.2.1

1.31      dwinter     1: """
1.94.2.1! dwinter     2: DEPRICATED: USED NOW VLPExtension in the Product VLP_extensions
1.31      dwinter     3: This module contains extensions which where originally made for the VLP.
1.94.2.1! dwinter     4: definiton here are only for compatibility reasons.
1.31      dwinter     5: """
1.94.2.1! dwinter     6: #from Products.VLP_extensions.vlp_xmlhelpers import *
        !             7: #import  Products.VLP_extensions
1.20      dwinter     8: 
1.73      casties     9: try:
1.94.2.1! dwinter    10:     from Products.VLP_extensions.vlp_xmlhelpers import *
        !            11:     import  Products.VLP_extensions
1.70      casties    12: 
                     13:     
1.94.2.1! dwinter    14:     class sendMailForm(Products.VLP_extensions.VLPExtension.sendMailForm):
        !            15:             pass
1.71      casties    16:         
1.93      dwinter    17:       
1.94.2.1! dwinter    18:     class VLP_collectionFolder(Products.VLP_extensions.VLPExtension.VLP_collectionFolder):
        !            19:         pass
1.84      dwinter    20:         
1.94.2.1! dwinter    21:     class VLP_essay(Products.VLP_extensions.VLPExtension.VLP_essay):
        !            22:         pass
1.74      dwinter    23:     
1.94.2.1! dwinter    24:     class VLP_encyclopaedia(Products.VLP_extensions.VLPExtension.VLP_encyclopaedia):
        !            25:            pass
1.90      dwinter    26:        
1.94.2.1! dwinter    27:     class VLP_subcollection(Products.VLP_extensions.VLPExtension.VLP_subcollection):
        !            28:            pass
        !            29:     class VLP_collection(Products.VLP_extensions.VLPExtension.VLP_collection):
        !            30:        pass
1.1       dwinter    31:     
1.94.2.1! dwinter    32:     class VLP_resource(Products.VLP_extensions.VLPExtension.VLP_resource):
        !            33:         pass
1.11      dwinter    34:     
1.94.2.1! dwinter    35: except:
        !            36:    print "NO VLP extensions"
1.1       dwinter    37: 
1.94.2.1! dwinter    38:     

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>