##// 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:

r3408:261328d5
r5644:bdcfcc67
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *