mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-22 23:04:09 +02:00
Handle exception as ImportError
This commit is contained in:
parent
0eb65aa902
commit
16d2937723
@ -25,7 +25,7 @@ import json
|
||||
import codecs
|
||||
try:
|
||||
from urllib.request import Request,urlopen
|
||||
except:
|
||||
except ImportError:
|
||||
from urllib2 import Request,urlopen
|
||||
|
||||
# External tools (can be overridden using environment)
|
||||
|
Loading…
x
Reference in New Issue
Block a user