##// END OF EJS Templates
fix for list pdb listcommand, broken for %run -d...
fix for list pdb listcommand, broken for %run -d when calling %run -d the filename available for pdb is <string> which is not a proper filename. %run now adds a _exec_lines attribute containing the correct filename.

File last commit:

r3692:7403bafc
r8317:82c96fc2
Show More
__init__.py
9 lines | 259 B | text/x-python | PythonLexer
try:
from numpy.testing.decorators import *
from numpy.testing.noseclasses import KnownFailure
except ImportError:
from _decorators import *
try:
from _numpy_testing_noseclasses import KnownFailure
except ImportError:
pass