Laid groundwork for displaying avatar images

This commit is contained in:
Anna
2010-05-17 11:24:32 -04:00
parent 0c280eeb4d
commit 522a522129
3 changed files with 55 additions and 5 deletions

View File

@ -6,6 +6,7 @@ from threading import Thread,RLock
from twitter import Api
from urllib2 import HTTPError,URLError
class CustomApi(Api):
'''
This is a Twitter API with an RLock for multi-threaded access