Re: [Freevo-devel] [PATCH] idlebar.diskfree ported, idlebar.volume ported, ..

2005-08-03 Thread Hans Meine
On Wednesday 03 August 2005 10:33, Toni Alatalo wrote: > Hans Meine wrote: > >-self.file = file > >I wonder why that worked, some global "file" symbol must've been lurking > > file is a built-in in Python, for opening files.. (same as open() iirc), > i.e. a funny accident there Hehe, of c

Re: [Freevo-devel] [PATCH] idlebar.diskfree ported, idlebar.volume ported, ..

2005-08-03 Thread Toni Alatalo
Hans Meine wrote: -self.file = file I wonder why that worked, some global "file" symbol must've been lurking file is a built-in in Python, for opening files.. (same as open() iirc), i.e. a funny accident there In [1]: file? Type: type Base Class: String Form: Na

[Freevo-devel] [PATCH] idlebar.diskfree ported, idlebar.volume ported, ..

2005-08-02 Thread Hans Meine
Hi! I just ported Tanja's idlebar.diskfree plugin to Freevo/trunk. Doing so, I found some unneeded/strange code rests in logo.py: --- logo.py 4 Jun 2005 17:18:14 - 1.2 +++ logo.py 2 Aug 2005 22:10:27 - @@ -44,9 +44,7 @@ class PluginInterface(IdleBarPlugin): def __init__