Re: [Freevo-devel] [Freevo-cvslog] r10525 - branches/rel-1/freevo/src/util

2008-03-16 Thread Duncan Webb
Jason Tackaberry wrote: > On Fri, 2008-03-14 at 23:01 +0100, Duncan Webb wrote: >> Log: >> The level needs to be come from a singleton class > > You might consider looking at kaa.utils.Singleton if you need a > singleton. Though I'm not sure you do here. > >> Not sure about the __incr__ and __de

Re: [Freevo-devel] [Freevo-cvslog] r10525 - branches/rel-1/freevo/src/util

2008-03-14 Thread Jason Tackaberry
On Fri, 2008-03-14 at 23:01 +0100, Duncan Webb wrote: > Log: > The level needs to be come from a singleton class You might consider looking at kaa.utils.Singleton if you need a singleton. Though I'm not sure you do here. > Not sure about the __incr__ and __decr__ functions :-/ You're right to b