| Index: rietveld.py
|
| diff --git a/rietveld.py b/rietveld.py
|
| index 88a1b29aea875690e20159c0613fbfe04c1cdb82..ba2a27d874b8c562f6327904bd9d3529e206f3a2 100644
|
| --- a/rietveld.py
|
| +++ b/rietveld.py
|
| @@ -30,10 +30,7 @@ from third_party import upload
|
| import third_party.oauth2client.client as oa2client
|
| from third_party import httplib2
|
|
|
| -# Hack out upload logging.info()
|
| -upload.logging = logging.getLogger('upload')
|
| -# Mac pylint choke on this line.
|
| -upload.logging.setLevel(logging.WARNING) # pylint: disable=E1103
|
| +upload.LOGGER.setLevel(logging.WARNING) # pylint: disable=E1103
|
|
|
|
|
| class Rietveld(object):
|
|
|