annotate 2.00/test.py.sublime-project @ 27:dc4be35d17e0
Bug fixes
Bug fix: compat.py now works in Python 3 (module __builtin__ was renamed builtins).
Bug fix: random spaces in the indentation of testcases.py have been removed.
Bug fix: false dummy{in,out}name's are now again replaced with the values of testcase{in,out}name.
author |
Oleg Oshmyan <chortos@inbox.lv> |
date |
Fri, 15 Oct 2010 22:17:31 +0000 |
parents |
f07b7a431ea6 |
children |
|
rev |
line source |
22
|
1 <!-- Documentation is available at http://www.sublimetext.com/docs/projects -->
|
|
2 <project>
|
|
3 <mount name="2.00" dir="." exclude="*.png,*.jpg,*.exe,*.dll,*.obj,*.pyc" direxclude=".svn,.git,.hg,CVS,bin,*"/>
|
|
4 <!-- <mount name="1.21" dir=".." include="*.py" direxclude="*"/> -->
|
|
5 <options>
|
|
6 <![CDATA[
|
|
7 buildFile Packages/C++/Make.sublime-build
|
|
8 ]]>
|
|
9 </options>
|
|
10 </project>
|