On Feb 21, 11:50 pm, est <[EMAIL PROTECTED]> wrote:
>
> class SmartRequest():
>

You should always define a class like this:

class SmartRequest(object):


unless you know of a specific reason not to.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to