projects
/
tools
/
bmap-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4a33d
)
TransRead: fix pylint warning
author
Artem Bityutskiy
<artem.bityutskiy@intel.com>
Mon, 6 May 2013 14:55:23 +0000
(17:55 +0300)
committer
Artem 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
patch
|
blob
|
history
diff --git
a/bmaptools/TransRead.py
b/bmaptools/TransRead.py
index c824adbca16e33bc7677fa430e6a2ce624b1f9b0..4f0b5296f162508f697de5f2b9b686608630d1c3 100644
(file)
--- a/
bmaptools/TransRead.py
+++ b/
bmaptools/TransRead.py
@@
-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