[elbe-devel] [PATCH 1/3] xmlpreprocess: add missing "import urllib2"

Torben Hohn torben.hohn at linutronix.de
Wed May 29 16:30:50 CEST 2019


the import urllib2 got lost somewhere.

add it.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 elbepack/xmlpreprocess.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/elbepack/xmlpreprocess.py b/elbepack/xmlpreprocess.py
index 3701c7160..5b4bcb23b 100644
--- a/elbepack/xmlpreprocess.py
+++ b/elbepack/xmlpreprocess.py
@@ -8,6 +8,8 @@
 from __future__ import print_function
 
 import sys
+import urllib2
+
 from tempfile import NamedTemporaryFile
 from optparse import OptionGroup
 
-- 
2.11.0




More information about the elbe-devel mailing list