[Modeling-users] Interfaces
Status: Abandoned
Brought to you by:
sbigaret
|
From: Ernesto R. <er...@si...> - 2004-07-21 17:04:14
|
Dear Sébastien,
in the interface files, there is a:
try:
from Interface import Base
except:
class Base:
pass
I can't any Interface.py. I know Twisted and Zope z3 components have
some interfaces. Is this aimed at one of these or your own stuff? In
the implementations we have something like:
from Modeling.interfaces.Adaptor import IAdaptor
...
class Adaptor:
__implements__ = (IAdaptor,)
...
(Sounds very much like Twisted...)
Erny
---
avast! Antivirus: Saliente mensaje limpio.
Base de datos de Virus (VPS): 0430-1, 19/07/2004
Comprobado en: 21/07/2004 19:03:05
avast! tiene los derechos reservados (c) 2000-2004 ALWIL Software.
http://www.avast.com
|