File:  [Repository] / ECHO_content / VLPExtension.py
Revision 1.94.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Oct 13 07:48:27 2011 UTC (12 years, 8 months ago) by dwinter
Branches: cleanup
Diff to: branchpoint 1.94: preferred, unified
Begin cleanup branch, u.a. entfernen der Verweise auf Amara teile.

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

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