TransRead: fix pylint warning
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 6 May 2013 14:55:23 +0000 (17:55 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 7 May 2013 08:42:43 +0000 (11:42 +0300)
Remove an unused module.

Change-Id: I8f6ddc09d49fa4664130b7fc329ee417903529d7
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/TransRead.py

index c824adbca16e33bc7677fa430e6a2ce624b1f9b0..4f0b5296f162508f697de5f2b9b686608630d1c3 100644 (file)
@@ -203,7 +203,6 @@ class TransRead:
         import urllib2
         import httplib
         import urlparse
-        import re
 
         # Unfortunately, in order to handle URLs which contain user name and
         # password (e.g., http://user:password@my.site.org), we need to do