Pylint fixes

This commit is contained in:
sneakypete81 2013-08-16 18:14:40 +01:00
parent b46e36771c
commit b0bc43b6d4
2 changed files with 31 additions and 29 deletions

View file

@ -13,6 +13,7 @@ except ImportError:
import StringIO as io # Python2
class Auth(object):
"""OAuth secrets"""
def __init__(self, config_file, host,
consumer_key, consumer_secret,
token, token_secret):