##// END OF EJS Templates
Merge pull request #4295 from mgaitan/1093_boundary_load_magic...
Merge pull request #4295 from mgaitan/1093_boundary_load_magic Implement boundary option for load magic `%load -r 1-10` now does what one should expect. closes #1093

File last commit:

r4053:b45902e3
r12838:9bfd8553 merge
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *