Last change
on this file since 220 was
199,
checked in by joachim, 19 years ago
|
=profiles created upgrade to CPS3.4
|
File size:
575 bytes
|
Rev | Line | |
---|
[199] | 1 | """WAeUP interfaces. |
---|
| 2 | |
---|
| 3 | interfaces and components were first introduced for the Zope3 architecture. |
---|
| 4 | However they can also be used for Zope 2.9 applications too such as CMF and CPS. |
---|
| 5 | Currently they are used by the GenericSetup tool to adapts persistent objects |
---|
| 6 | that are worth im- / exporting to their dedicated XMLAdapter. |
---|
| 7 | |
---|
| 8 | In our case, we want the state of our vogon tool to be GenericSetup aware. |
---|
| 9 | Please see the exportimport.py file for more details on the corresponding |
---|
| 10 | XMLAdapter. |
---|
| 11 | """ |
---|
| 12 | |
---|
| 13 | from zope.interface import Interface |
---|
| 14 | |
---|
| 15 | class IWAeUPTool(Interface): |
---|
| 16 | """WAeUP. |
---|
| 17 | """ |
---|
Note: See
TracBrowser for help on using the repository browser.