~muelnet/heybuddy/remote_users

« back to all changes in this revision

Viewing changes to Communicator.py

  • Committer: jezra
  • Date: 2011-01-29 18:40:24 UTC
  • Revision ID: jezra@jezra.net-20110129184024-wyj0wycol5n7ju23
damn you, you dirty rotten queue jumper

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
                print url
271
271
                request = urllib2.Request(url,encoded_data)
272
272
                request.add_header("Authorization", self.authheader)
273
 
                self.process_httprequest(request,'new-statusXML')
 
273
                #add this request to the front of the communication queue
 
274
                self.queue.append( (request,'new-statusXML',None) )
 
275
 
274
276
 
275
277
        def send_redent(self,status_id):
276
278
                url="%s/statuses/retweet/%s.xml" % (self.apiroot,status_id)