Pep8 autofixes

This commit is contained in:
Calen Pennington
2013-02-06 11:13:50 -05:00
parent 7fc4081495
commit cfae1cdf62
271 changed files with 2395 additions and 1826 deletions

View File

@@ -142,7 +142,7 @@ class XQueueCertInterface(object):
"""
VALID_STATUSES = [ status.generating,
VALID_STATUSES = [status.generating,
status.unavailable, status.deleted, status.error,
status.notpassing]