TransRead: fix few pylint warnings
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 19 Dec 2012 14:09:51 +0000 (16:09 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 19 Dec 2012 14:09:51 +0000 (16:09 +0200)
Change-Id: I19af8f035c3469fc4035a0f075100f230475e06b
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/TransRead.py

index 88ebdc7..682773a 100644 (file)
@@ -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