File: __init__.py

package info (click to toggle)
zope-zaaplugins 2.21-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,920 kB
  • ctags: 293
  • sloc: python: 1,402; sh: 1,365; xml: 1,274; makefile: 89
file content (40 lines) | stat: -rw-r--r-- 1,299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##############################################################################
#
# Copyright (c) 2002 Ingeniweb SARL
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE
#
##############################################################################

"""ZAttachmentAttribute plugins"""



import PDF.PDFAttachment
import MSWord.MSWordAttachment
import MSExcel.MSExcelAttachment
import MSPowerPoint.MSPowerPointAttachment
import text.TextAttachment
import Image.ImageAttachment
import Zip.ZipAttachment
import HTML.HTMLAttachment
import MSAccess.MSAccessAttachment
import Autocad.AutocadAttachment
import Audio.AudioAttachment
import visio.VisioAttachment
import MSProject.MSProjectAttachment

from Products.CMFCore.DirectoryView import registerDirectory
from Products.CMFCore import utils, CMFCorePermissions

registerDirectory('skins', globals())
registerDirectory('skins/ZAAPlugins', globals())


install_globals = globals()
from global_symbols import *