Fixed typo in RequestProvider definition

This commit is contained in:
Rudi Grinberg 2012-10-29 23:38:33 -04:00
parent a33a1e6e2a
commit a71bebc35b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class ApiRequest(object):
response = urllib2.urlopen(final_url).read()
return response
def RequestProvider(object):
class RequestProvider(object):
""" Creates the available ApiRequest instance that can be read from
a config file """
def __init__(self, cfg):