You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import imp; imp.load_module("Jinja2", *imp.find_module("Jinja2"))
raises ImportError, where as the lowercase version works fine.
Signed-off-by: Justin Lecher <[email protected]>
0 commit comments