~wgrant/ubuntu-archive-tools/ddebs-2

« back to all changes in this revision

Viewing changes to sru-report

  • Committer: Stéphane Graber
  • Date: 2013-05-30 21:52:12 UTC
  • Revision ID: stgraber@ubuntu.com-20130530215212-sxgode26rtqmpb17
PEP-8 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
                                if m_date <= rpkg['published']:
291
291
                                    continue
292
292
                                m_owner = message.owner
293
 
                                if 'verification still needed' in message.subject.lower():
294
 
                                    if m_date.replace(tzinfo=None) < today - datetime.timedelta(16):
 
293
                                if ('verification still needed'
 
294
                                        in message.subject.lower()):
 
295
                                    if (m_date.replace(tzinfo=None) < today
 
296
                                            - datetime.timedelta(16)):
295
297
                                        cls += ' removal'
296
298
                                        continue
297
299
                                    hover_text = ''