[Reproducible-commits] [debbindiff] 01/02: Remove unneeded imports
Jérémy Bobbio
lunar at moszumanska.debian.org
Tue Jun 23 15:35:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch master
in repository debbindiff.
commit 673f6569281c05cbb92948b9931a3ed9d4456273
Author: Jérémy Bobbio <lunar at debian.org>
Date: Tue Jun 23 13:20:10 2015 +0000
Remove unneeded imports
---
tests/comparators/test_gzip.py | 3 ---
1 file changed, 3 deletions(-)
diff --git a/tests/comparators/test_gzip.py b/tests/comparators/test_gzip.py
index de03052..143a8f8 100644
--- a/tests/comparators/test_gzip.py
+++ b/tests/comparators/test_gzip.py
@@ -18,13 +18,10 @@
# You should have received a copy of the GNU General Public License
# along with debbindiff. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import print_function
-
import os.path
import shutil
import pytest
from debbindiff.comparators.gzip import compare_gzip_files
-from debbindiff.presenters.text import output_text
TEST_FILE1_PATH = os.path.join(os.path.dirname(__file__), '../data/test1.gz')
TEST_FILE2_PATH = os.path.join(os.path.dirname(__file__), '../data/test2.gz')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/debbindiff.git
More information about the Reproducible-commits
mailing list