~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to process-component-mismatches-diff

  • Committer: Colin Watson
  • Date: 2012-11-12 00:20:43 UTC
  • Revision ID: cjwatson@canonical.com-20121112002043-3p9kc79j4cunoct2
process-component-mismatches-diff: remove unused imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
import difflib
11
11
import sys
12
12
import smtplib
13
 
import os
14
 
import pwd
15
13
from email.mime.text import MIMEText
16
14
 
17
15