'make pep8' is now clean

This commit is contained in:
Michael DeHaan
2013-02-17 19:48:02 -05:00
parent 9cf66f4376
commit 8097fd18a2
11 changed files with 53 additions and 51 deletions

View File

@@ -170,7 +170,7 @@ def fetch(data):
# so don't use it to move ISOs, use rsync.
fh = open(data['in_path'])
data = base64.b64encode(fh.read())
data = base64.b64encode(fh.read())
return dict(data=data)
def put(data):