[Reportbug-commits] [reportbug] 10/27: remove double imports

Sandro Tosi morph at moszumanska.debian.org
Mon May 29 20:14:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository reportbug.

commit b49e4dd59fcf5db68f2dff766fcf1a906b1ae4d0
Author: Sandro Tosi <morph at debian.org>
Date:   Mon May 29 11:58:56 2017 -0400

    remove double imports
---
 debian/changelog        | 3 ++-
 reportbug/submit.py     | 1 -
 reportbug/ui/gtk2_ui.py | 1 -
 test/test_utils.py      | 1 -
 4 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a5804ff..be79bae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ reportbug (7.1.7) UNRELEASED; urgency=medium
     - add manpages.debian.org to pseudo-packages list; Closes: #861859
   * debian/control
     - update emacs dependencies to emacs24 (default) and emacs25 (alternative)
+  * remove double imports
 
- -- Sandro Tosi <morph at debian.org>  Mon, 29 May 2017 11:52:23 -0400
+ -- Sandro Tosi <morph at debian.org>  Mon, 29 May 2017 11:58:50 -0400
 
 reportbug (7.1.6) unstable; urgency=medium
 
diff --git a/reportbug/submit.py b/reportbug/submit.py
index b3025b3..e6bd50b 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -27,7 +27,6 @@ from subprocess import Popen, STDOUT, PIPE
 import email
 import smtplib
 import socket
-import email
 from email.mime.multipart import MIMEMultipart
 from email.mime.text import MIMEText
 from email.mime.audio import MIMEAudio
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index 60b96da..fe97201 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -57,7 +57,6 @@ gtkspellcheck = None
 
 import sys
 import re
-import os
 import traceback
 from queue import Queue
 import threading
diff --git a/test/test_utils.py b/test/test_utils.py
index 7bbfb42..09a42b1 100644
--- a/test/test_utils.py
+++ b/test/test_utils.py
@@ -8,7 +8,6 @@ from nose.plugins.attrib import attr
 import debianbts
 import mock
 import subprocess
-import subprocess
 
 
 class TestUtils(unittest.TestCase):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reportbug/reportbug.git



More information about the Reportbug-commits mailing list