durusmail: quixote-users: User Account/Session Management
User Account/Session Management
User Account/Session Management
Mark Bucciarelli
2003-07-20
On Saturday 19 July 2003 11:18 pm, Larry Tjoelker wrote:
> At
>
>
> http://savannah.nongnu.org/cgi-bin/viewcvs/realtime/realtime/realti
>me/model.py?rev=1.1&content-type=text/vnd.viewcvs-markup
>
> shouldn't this line
>
>                 elif type(attribute) == type(0.0): value =
> int(float)
>
> be this line instead
>
>                 elif type(attribute) == type(0.0): value =
> float(value)

Sure looks like it.

regards,

mark

reply