##// END OF EJS Templates
Attempt to fix test failure with generate_tokens...
Matthias Bussonnier -
Show More
@@ -101,7 +101,7 b' import time'
101 import tokenize
101 import tokenize
102 import traceback
102 import traceback
103
103
104 generate_tokens = tokenize.tokenize
104 from tokenize import generate_tokens
105
105
106 # For purposes of monkeypatching inspect to fix a bug in it.
106 # For purposes of monkeypatching inspect to fix a bug in it.
107 from inspect import getsourcefile, getfile, getmodule, \
107 from inspect import getsourcefile, getfile, getmodule, \
General Comments 0
You need to be logged in to leave comments. Login now