From 234fa8023988cda6ea928f04423e4bcde6e77cbb Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 19 Dec 2012 16:09:51 +0200 Subject: [PATCH] TransRead: fix few pylint warnings Change-Id: I19af8f035c3469fc4035a0f075100f230475e06b Signed-off-by: Artem Bityutskiy --- bmaptools/TransRead.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bmaptools/TransRead.py b/bmaptools/TransRead.py index 88ebdc7..682773a 100644 --- a/bmaptools/TransRead.py +++ b/bmaptools/TransRead.py @@ -3,9 +3,6 @@ decompress them on-the-fly if needed. Remote files are read using urllib2. Supported compression types are: 'bz2', 'gz', 'tar.gz', 'tgz', 'tar.bz2'. """ import os -import stat -import types -import urllib import errno # A list of supported compression types -- 2.7.4