[Zope] Re: Where can I found "hot_plug" function of zpi.zope ?
Josef Meile
jmeile at hotmail.com
Tue May 24 13:46:41 EDT 2005
Hi Stépahne,
> I search the definition of "hot_plug" function.
>
> I look it at "CMFQuickInstallerTool/QuickInstallerTool.py" file. The
> line code is that :
>
> from zpi.zope import not_installed, hot_plug
>
> I not found hot_plug function in my Product/ directory and not in Zope
> source. Where can I found it ?
I don't know where the function is, but if you are using linux you could
try:
% grep -r "def hot_plug" *.py
and in windows, just use the Built-in search feature and introduce as
filename "*.py" and in the text field insert "def hot_plug"
Regards,
Josef
More information about the Zope
mailing list