<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -31,7 +31,7 @@ Here's an example, using SQS as a dispatcher (a properly configured
 
         @mamba(SQSDispatcher, queue='arithmetic')
         def add(self):
-            return str(self.a + self.b)
+            return self.a + self.b
 
 Calling the add() method of an instance of the Addition class places
 a message in an SQS queue named 'arithmetic' (if no queue is specified, a</diff>
      <filename>README.md</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6848d4f43606f9f869235287b3a96363d327aeb2</id>
    </parent>
  </parents>
  <author>
    <name>neilmock</name>
    <email>neilmock@gmail.com</email>
  </author>
  <url>http://github.com/neilmock/mamba/commit/6e0d616535093846fce1f8bf98cd4e25d28a39e8</url>
  <id>6e0d616535093846fce1f8bf98cd4e25d28a39e8</id>
  <committed-date>2009-10-21T17:35:37-07:00</committed-date>
  <authored-date>2009-10-21T17:35:37-07:00</authored-date>
  <message>no need to typecast to string</message>
  <tree>ce999f1435609d7a48253442b03b9dfd681f4fdf</tree>
  <committer>
    <name>neilmock</name>
    <email>neilmock@gmail.com</email>
  </committer>
</commit>
