##// END OF EJS Templates
urllib2.urlopen is not a contextmanager
urllib2.urlopen is not a contextmanager

File last commit:

r3408:261328d5
r5834:cd2b8079
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *