Hi all,
I have upgraded my trac to 0.10 to 0.11.2  am getting error in this
part of code when passing values to the Genshi template.

The error I'm getting is :
AttributeError: 'int' object has no attribute 'update'

In this part it the error is happening:

                       employee = {
                                  'Username' : Username,
                                  'Name' : Name,
                                  'Email' : Email
                                  }
                       users.append(employee)
                       users.sort()
                       (self.log.debug('appaending users'))
                       data['users'] =  users

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Development" 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/trac-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to