eggification
[Portfolio.git] / __init__.py
diff --git a/__init__.py b/__init__.py
deleted file mode 100644 (file)
index 9b59eaa..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# -*- coding: utf-8 -*-
-############################################################
-# Copyright © 2005-2008  Benoît PIN <benoit.pin@ensmp.fr>  #
-# Plinn - http://plinn.org                                 #
-#                                                          #
-# This program is free software; you can redistribute it   #
-# and/or modify it under the terms of the Creative Commons #
-# "Attribution-Noncommercial 2.0 Generic"                  #
-# http://creativecommons.org/licenses/by-nc/2.0/           #
-############################################################
-""" Image manipulation and presentation for CMF
-"""
-
-from Products.CMFCore import utils as cmfutils
-from Products.CMFCore.permissions import AddPortalContent
-import Portfolio
-import lightbox
-import ImageManipulationTool
-import Extensions
-import utils
-
-tools = (ImageManipulationTool.ImageManipulationTool,)
-
-def initialize(registrar) :
-       cmfutils.ToolInit('Portfolio Tool',
-                                          tools = tools,
-                                          icon = 'tool.gif'
-                                          ).initialize(registrar)