#713: DateTimeConverter doesn't call super in __init__
---------------------+------------------------------------------------------
 Reporter:  xentac   |        Owner:  anonymous
     Type:  defect   |       Status:  new      
 Priority:  normal   |    Milestone:           
Component:  Widgets  |      Version:           
 Severity:  normal   |   Resolution:           
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by xentac):

 It looks like 1.0b1 has the super().__init__ call in it.  Though, it's
 passing the wrong first argument to super.  The line should look like
 this:

 super(DateTimeConverter, self).__init__(*args, **kwargs)

-- 
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/713>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---

Reply via email to