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, 7 months ago) by dwinter
Branches: cleanup
Diff to: branchpoint 1.94: preferred, colored
Begin cleanup branch, u.a. entfernen der Verweise auf Amara teile.

"""
DEPRICATED: USED NOW VLPExtension in the Product VLP_extensions
This module contains extensions which where originally made for the VLP.
definiton here are only for compatibility reasons.
"""
#from Products.VLP_extensions.vlp_xmlhelpers import *
#import  Products.VLP_extensions

try:
    from Products.VLP_extensions.vlp_xmlhelpers import *
    import  Products.VLP_extensions

    
    class sendMailForm(Products.VLP_extensions.VLPExtension.sendMailForm):
            pass
        
      
    class VLP_collectionFolder(Products.VLP_extensions.VLPExtension.VLP_collectionFolder):
        pass
        
    class VLP_essay(Products.VLP_extensions.VLPExtension.VLP_essay):
        pass
    
    class VLP_encyclopaedia(Products.VLP_extensions.VLPExtension.VLP_encyclopaedia):
           pass
       
    class VLP_subcollection(Products.VLP_extensions.VLPExtension.VLP_subcollection):
           pass
    class VLP_collection(Products.VLP_extensions.VLPExtension.VLP_collection):
       pass
    
    class VLP_resource(Products.VLP_extensions.VLPExtension.VLP_resource):
        pass
    
except:
   print "NO VLP extensions"

    

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