<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -50,8 +50,7 @@ class TootEncoder(object):
     def _segment(self, data, n=140):
         ''' Given the encoded string, slice it into twitter ready array elements '''
         self.tootcount = int(math.ceil(len(data)/float(n)))
-        slices = range(self.tootcount,0,-1)
-        slices.reverse()
+
         slices = range(self.tootcount)
         slices.reverse()
         </diff>
      <filename>tootfiles.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e3cc593740a4d0636a0ecf3f6fc13a431ba6640c</id>
    </parent>
  </parents>
  <author>
    <name>Luke Hatcher</name>
    <email>lukeman@gmail.com</email>
  </author>
  <url>http://github.com/lukeman/tootfiles/commit/868247c9200f5acfd4989f0c9822d1a1f3f7ea3d</url>
  <id>868247c9200f5acfd4989f0c9822d1a1f3f7ea3d</id>
  <committed-date>2009-05-02T17:41:35-07:00</committed-date>
  <authored-date>2009-05-02T17:41:35-07:00</authored-date>
  <message>Removed some cruft from the encode method.</message>
  <tree>0ae04001da0f71f82e5e63f32226b6df4a8cba05</tree>
  <committer>
    <name>Luke Hatcher</name>
    <email>lukeman@gmail.com</email>
  </committer>
</commit>
