##// END OF EJS Templates
After a SyntaxError in code run by run_cell, only increment execution count where we would normally....
After a SyntaxError in code run by run_cell, only increment execution count where we would normally. Closes gh-633 closes gh-1070

File last commit:

r3408:261328d5
r5571:762b0eaa
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from guid import *
except ImportError:
from _guid import *