##// END OF EJS Templates
Fixing #1112 removing failing asserts for test_carriage_return and test_beep....
Fixing #1112 removing failing asserts for test_carriage_return and test_beep. The failing asserts were checking the count property of the Action tuple objects there is no count field in these Action tuples so the count method of the regular tuple class is resolved. closes #1112 closes #1113

File last commit:

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